#6AB02F

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

Shades of Christi #6AB02F

Tints of Christi #6AB02F

Color information

#6AB02F (or 0x6AB02F) is unknown color: approx Christi. HEX triplet: 6A, B0 and 2F. RGB value is (106,176,47). Sum of RGB (Red+Green+Blue) = 106+176+47=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB02F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB02F is #954FD0. Grayscale: #8C8C8C. Windows color (decimal): -9785297 or 3125354. OLE color: 3125354.

HSL color Cylindrical-coordinate representation of color #6AB02F: hue angle of 92.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AB02F is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB10617647-
CMYK0.4000.730.31
HSL92.56º57.85%43.73%-
HSV(B)92.56º73.3%69.02%-
XYZ21.9834.328.16-
YUV140.3675.31103.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 176 (69.14% from 255) = 53.50%
BLUE value IS 47 (18.75% from 255) = 14.29%
R=32.22%
G=53.50%
B=14.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106176470.4000.730.3192.5657.8543.73
Hex6AB02F280491F5d3a2c
Octal15226057500111371357254
Binary11010101011000010111110100001001001111111011101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,176,47); }

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

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

 a { background-color: rgb(106,176,47); }

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

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

 span { border-color: rgb(106,176,47); }

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