#6DBD06

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

Shades of Christi #6DBD06

Tints of Christi #6DBD06

Color information

#6DBD06 (or 0x6DBD06) is unknown color: approx Christi. HEX triplet: 6D, BD and 06. RGB value is (109,189,6). Sum of RGB (Red+Green+Blue) = 109+189+6=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD06 is #9242F9. Grayscale: #909090. Windows color (decimal): -9585402 or 441709. OLE color: 441709.

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

Color convert

RGB1091896-
CMYK0.4200.970.26
HSL86.23º93.85%38.24%-
HSV(B)86.23º96.83%74.12%-
XYZ24.5439.666.53-
YUV144.2250102.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 189 (74.22% from 255) = 62.17%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=35.86%
G=62.17%
B=1.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10918960.4200.970.2686.2393.8538.24
Hex6DBD62A0611A565e26
Octal15527565201413212613646
Binary110110110111101110101010011000011101010101101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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