#6CBA0F

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

Shades of Christi #6CBA0F

Tints of Christi #6CBA0F

Color information

#6CBA0F (or 0x6CBA0F) is unknown color: approx Christi. HEX triplet: 6C, BA and 0F. RGB value is (108,186,15). Sum of RGB (Red+Green+Blue) = 108+186+15=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBA0F is #9345F0. Grayscale: #8F8F8F. Windows color (decimal): -9651697 or 1030764. OLE color: 1030764.

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

Color convert

RGB10818615-
CMYK0.4200.920.27
HSL87.37º85.07%39.41%-
HSV(B)87.37º91.94%72.94%-
XYZ23.8338.346.6-
YUV143.1855.66102.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 186 (73.05% from 255) = 60.19%
BLUE value IS 15 (6.25% from 255) = 4.85%
R=34.95%
G=60.19%
B=4.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108186150.4200.920.2787.3785.0739.41
Hex6CBAF2A05C1B575527
Octal154272175201343312712547
Binary1101100101110101111101010010111001101110101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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