#6CB60F

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

Shades of Christi #6CB60F

Tints of Christi #6CB60F

Color information

#6CB60F (or 0x6CB60F) is unknown color: approx Christi. HEX triplet: 6C, B6 and 0F. RGB value is (108,182,15). Sum of RGB (Red+Green+Blue) = 108+182+15=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 182 (71.48% from 255 or 59.67% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB60F is #9349F0. Grayscale: #8D8D8D. Windows color (decimal): -9652721 or 1029740. OLE color: 1029740.

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

Color convert

RGB10818215-
CMYK0.4100.920.29
HSL86.59º84.77%38.63%-
HSV(B)86.59º91.76%71.37%-
XYZ2336.686.32-
YUV140.8456.98104.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 182 (71.48% from 255) = 59.67%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=35.41%
G=59.67%
B=4.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108182150.4100.920.2986.5984.7738.63
Hex6CB6F2905C1D575527
Octal154266175101343512712547
Binary1101100101101101111101001010111001110110101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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