#6FAF27

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

Shades of Christi #6FAF27

Tints of Christi #6FAF27

Color information

#6FAF27 (or 0x6FAF27) is unknown color: approx Christi. HEX triplet: 6F, AF and 27. RGB value is (111,175,39). Sum of RGB (Red+Green+Blue) = 111+175+39=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF27 is #9050D8. Grayscale: #8C8C8C. Windows color (decimal): -9457881 or 2600815. OLE color: 2600815.

HSL color Cylindrical-coordinate representation of color #6FAF27: hue angle of 88.24º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FAF27 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB11117539-
CMYK0.3700.780.31
HSL88.24º63.55%41.96%-
HSV(B)88.24º77.71%68.63%-
XYZ22.2534.197.35-
YUV140.3670.8107.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 175 (68.75% from 255) = 53.85%
BLUE value IS 39 (15.62% from 255) = 12%
R=34.15%
G=53.85%
B=12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111175390.3700.780.3188.2463.5541.96
Hex6FAF272504E1F58402a
Octal157257474501163713010052
Binary110111110101111100111100101010011101111110110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,175,39); }

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

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

 a { background-color: rgb(111,175,39); }

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

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

 span { border-color: rgb(111,175,39); }

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