#6DBD09

Color #6DBD09 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6DBD09

Tints of Christi #6DBD09

Color information

#6DBD09 (or 0x6DBD09) is unknown color: approx Christi. HEX triplet: 6D, BD and 09. RGB value is (109,189,9). Sum of RGB (Red+Green+Blue) = 109+189+9=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD09 is #9242F6. Grayscale: #919191. Windows color (decimal): -9585399 or 638317. OLE color: 638317.

HSL color Cylindrical-coordinate representation of color #6DBD09: hue angle of 86.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DBD09 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1091899-
CMYK0.4200.950.26
HSL86.67º90.91%38.82%-
HSV(B)86.67º95.24%74.12%-
XYZ24.5539.676.62-
YUV144.5651.5102.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 189 (74.22% from 255) = 61.56%
BLUE value IS 9 (3.91% from 255) = 2.93%
R=35.50%
G=61.56%
B=2.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10918990.4200.950.2686.6790.9138.82
Hex6DBD92A05F1A575b27
Octal155275115201373212713347
Binary1101101101111011001101010010111111101010101111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DBD09; }

 p { color: rgb(109,189,9); }

 H1.HeaderClassName
 {
   color: #6DBD09;
 }
 .AnyTagClassName
 {
   color: #6DBD09;
 }
</style>
background-color css

<style>
 a { background-color: #6DBD09; }

 a { background-color: rgb(109,189,9); }

 div.DivClassName
 {
   background-color: #6DBD09;
 }
 .BgClassName
 {
   background-color: #6DBD09;
 }
</style>
border-color css

<style>
 span { border-color: #6DBD09; }

 span { border-color: rgb(109,189,9); }

 td.TdClassName
 {
   border-color: #6DBD09;
 }
 .TagClassName
 {
   border-color: #6DBD09;
 }
</style>