#6CAB2A

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

Shades of Christi #6CAB2A

Tints of Christi #6CAB2A

Color information

#6CAB2A (or 0x6CAB2A) is unknown color: approx Christi. HEX triplet: 6C, AB and 2A. RGB value is (108,171,42). Sum of RGB (Red+Green+Blue) = 108+171+42=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAB2A is #9354D5. Grayscale: #898989. Windows color (decimal): -9655510 or 2796396. OLE color: 2796396.

HSL color Cylindrical-coordinate representation of color #6CAB2A: hue angle of 89.3º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CAB2A is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB10817142-
CMYK0.3700.750.33
HSL89.3º60.56%41.76%-
HSV(B)89.3º75.44%67.06%-
XYZ21.1732.487.34-
YUV137.4674.13106.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 171 (67.19% from 255) = 53.27%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=33.64%
G=53.27%
B=13.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108171420.3700.750.3389.360.5641.76
Hex6CAB2A2504B21593d2a
Octal15425352450113411317552
Binary110110010101011101010100101010010111000011011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,42); }

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

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

 a { background-color: rgb(108,171,42); }

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

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

 span { border-color: rgb(108,171,42); }

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