#6CBA0A

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

Shades of Christi #6CBA0A

Tints of Christi #6CBA0A

Color information

#6CBA0A (or 0x6CBA0A) is unknown color: approx Christi. HEX triplet: 6C, BA and 0A. RGB value is (108,186,10). Sum of RGB (Red+Green+Blue) = 108+186+10=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBA0A is #9345F5. Grayscale: #8F8F8F. Windows color (decimal): -9651702 or 703084. OLE color: 703084.

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

Color convert

RGB10818610-
CMYK0.4200.950.27
HSL86.59º89.8%38.43%-
HSV(B)86.59º94.62%72.94%-
XYZ23.838.336.43-
YUV142.6153.16103.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 186 (73.05% from 255) = 61.18%
BLUE value IS 10 (4.30% from 255) = 3.29%
R=35.53%
G=61.18%
B=3.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108186100.4200.950.2786.5989.838.43
Hex6CBAA2A05F1B575a26
Octal154272125201373312713246
Binary1101100101110101010101010010111111101110101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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