#6CA31A

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

Shades of Christi #6CA31A

Tints of Christi #6CA31A

Color information

#6CA31A (or 0x6CA31A) is unknown color: approx Christi. HEX triplet: 6C, A3 and 1A. RGB value is (108,163,26). Sum of RGB (Red+Green+Blue) = 108+163+26=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA31A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA31A is #935CE5. Grayscale: #838383. Windows color (decimal): -9657574 or 1745772. OLE color: 1745772.

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

Color convert

RGB10816326-
CMYK0.3400.840.36
HSL84.09º72.49%37.06%-
HSV(B)84.09º84.05%63.92%-
XYZ19.4729.465.64-
YUV130.9468.78111.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.36%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=36.36%
G=54.88%
B=8.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108163260.3400.840.3684.0972.4937.06
Hex6CA31A2205424544825
Octal154243324201244412411045
Binary110110010100011110101000100101010010010010101001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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