#6CBA00

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

Shades of Christi #6CBA00

Tints of Christi #6CBA00

Color information

#6CBA00 (or 0x6CBA00) is unknown color: approx Christi. HEX triplet: 6C, BA and 00. RGB value is (108,186,0). Sum of RGB (Red+Green+Blue) = 108+186+0=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBA00 is #9345FF. Grayscale: #8E8E8E. Windows color (decimal): -9651712 or 47724. OLE color: 47724.

HSL color Cylindrical-coordinate representation of color #6CBA00: hue angle of 85.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CBA00 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1081860-
CMYK0.42010.27
HSL85.16º100%36.47%-
HSV(B)85.16º100%72.94%-
XYZ23.7438.316.14-
YUV141.4748.16104.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.73%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.73%
G=63.27%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10818600.42010.2785.1610036.47
Hex6CBA02A0641B556424
Octal15427205201443312514444
Binary1101100101110100101010011001001101110101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,0); }

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

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

 a { background-color: rgb(108,186,0); }

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

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

 span { border-color: rgb(108,186,0); }

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