#6ca316

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

Shades of Christi #6CA316

Tints of Christi #6CA316

Color information

#6CA316 (or 0x6CA316) is unknown color: approx Christi. HEX triplet: 6C, A3 and 16. RGB value is (108,163,22). Sum of RGB (Red+Green+Blue) = 108+163+22=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA316 is #935CE9. Grayscale: #828282. Windows color (decimal): -9657578 or 1483628. OLE color: 1483628.

HSL color Cylindrical-coordinate representation of color #6CA316: hue angle of 83.4º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6CA316 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB10816322-
CMYK0.3400.870.36
HSL83.4º76.22%36.27%-
HSV(B)83.4º86.5%63.92%-
XYZ19.4329.445.42-
YUV130.4866.78111.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.86%
GREEN value IS 163 (64.06% from 255) = 55.63%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=36.86%
G=55.63%
B=7.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108163220.3400.870.3683.476.2236.27
Hex6CA3162205724534c24
Octal154243264201274412311444
Binary110110010100011101101000100101011110010010100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ca316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,163,22); }

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

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

 a { background-color: rgb(108,163,22); }

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

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

 span { border-color: rgb(108,163,22); }

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