#6CBD09

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

Shades of Christi #6CBD09

Tints of Christi #6CBD09

Color information

#6CBD09 (or 0x6CBD09) is unknown color: approx Christi. HEX triplet: 6C, BD and 09. RGB value is (108,189,9). Sum of RGB (Red+Green+Blue) = 108+189+9=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBD09 is #9342F6. Grayscale: #909090. Windows color (decimal): -9650935 or 638316. OLE color: 638316.

HSL color Cylindrical-coordinate representation of color #6CBD09: hue angle of 87º 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 #6CBD09 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1081899-
CMYK0.4300.950.26
HSL87º90.91%38.82%-
HSV(B)87º95.24%74.12%-
XYZ24.4339.66.61-
YUV144.2651.66102.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.29%
GREEN value IS 189 (74.22% from 255) = 61.76%
BLUE value IS 9 (3.91% from 255) = 2.94%
R=35.29%
G=61.76%
B=2.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10818990.4300.950.268790.9138.82
Hex6CBD92B05F1A575b27
Octal154275115301373212713347
Binary1101100101111011001101011010111111101010101111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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