#6CB614

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

Shades of Christi #6CB614

Tints of Christi #6CB614

Color information

#6CB614 (or 0x6CB614) is unknown color: approx Christi. HEX triplet: 6C, B6 and 14. RGB value is (108,182,20). Sum of RGB (Red+Green+Blue) = 108+182+20=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 182 (71.48% from 255 or 58.71% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB614 is #9349EB. Grayscale: #8D8D8D. Windows color (decimal): -9652716 or 1357420. OLE color: 1357420.

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

Color convert

RGB10818220-
CMYK0.4100.890.29
HSL87.41º80.2%39.61%-
HSV(B)87.41º89.01%71.37%-
XYZ23.0436.696.53-
YUV141.4159.48104.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 182 (71.48% from 255) = 58.71%
BLUE value IS 20 (8.20% from 255) = 6.45%
R=34.84%
G=58.71%
B=6.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108182200.4100.890.2987.4180.239.61
Hex6CB614290591D575028
Octal154266245101313512712050
Binary11011001011011010100101001010110011110110101111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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