#6CBA2A

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

Shades of Christi #6CBA2A

Tints of Christi #6CBA2A

Color information

#6CBA2A (or 0x6CBA2A) is unknown color: approx Christi. HEX triplet: 6C, BA and 2A. RGB value is (108,186,42). Sum of RGB (Red+Green+Blue) = 108+186+42=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBA2A is #9345D5. Grayscale: #929292. Windows color (decimal): -9651670 or 2800236. OLE color: 2800236.

HSL color Cylindrical-coordinate representation of color #6CBA2A: hue angle of 92.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6CBA2A is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB10818642-
CMYK0.4200.770.27
HSL92.5º63.16%44.71%-
HSV(B)92.5º77.42%72.94%-
XYZ24.1638.478.34-
YUV146.2669.16100.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.14%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=32.14%
G=55.36%
B=12.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108186420.4200.770.2792.563.1644.71
Hex6CBA2A2A04D1B5c3f2d
Octal15427252520115331347755
Binary11011001011101010101010101001001101110111011100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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