#6CB410

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

Shades of Christi #6CB410

Tints of Christi #6CB410

Color information

#6CB410 (or 0x6CB410) is unknown color: approx Christi. HEX triplet: 6C, B4 and 10. RGB value is (108,180,16). Sum of RGB (Red+Green+Blue) = 108+180+16=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB410 is #934BEF. Grayscale: #8C8C8C. Windows color (decimal): -9653232 or 1094764. OLE color: 1094764.

HSL color Cylindrical-coordinate representation of color #6CB410: hue angle of 86.34º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CB410 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB10818016-
CMYK0.4000.910.29
HSL86.34º83.67%38.43%-
HSV(B)86.34º91.11%70.59%-
XYZ22.635.876.22-
YUV139.7858.15105.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 180 (70.70% from 255) = 59.21%
BLUE value IS 16 (6.64% from 255) = 5.26%
R=35.53%
G=59.21%
B=5.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108180160.4000.910.2986.3483.6738.43
Hex6CB4102805B1D565426
Octal154264205001333512612446
Binary11011001011010010000101000010110111110110101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,180,16); }

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

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

 a { background-color: rgb(108,180,16); }

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

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

 span { border-color: rgb(108,180,16); }

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