#6FA028

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

Shades of Christi #6FA028

Tints of Christi #6FA028

Color information

#6FA028 (or 0x6FA028) is unknown color: approx Christi. HEX triplet: 6F, A0 and 28. RGB value is (111,160,40). Sum of RGB (Red+Green+Blue) = 111+160+40=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA028 is #905FD7. Grayscale: #848484. Windows color (decimal): -9461720 or 2662511. OLE color: 2662511.

HSL color Cylindrical-coordinate representation of color #6FA028: hue angle of 84.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6FA028 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB11116040-
CMYK0.3100.750.37
HSL84.5º60%39.22%-
HSV(B)84.5º75%62.75%-
XYZ19.5128.676.51-
YUV131.6776.27113.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 40 (16.02% from 255) = 12.86%
R=35.69%
G=51.45%
B=12.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal111160400.3100.750.3784.56039.22
Hex6FA0281F04B25543c27
Octal15724050370113451247447
Binary11011111010000010100011111010010111001011010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,160,40); }

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

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

 a { background-color: rgb(111,160,40); }

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

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

 span { border-color: rgb(111,160,40); }

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