#6FA214

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

Shades of Christi #6FA214

Tints of Christi #6FA214

Color information

#6FA214 (or 0x6FA214) is unknown color: approx Christi. HEX triplet: 6F, A2 and 14. RGB value is (111,162,20). Sum of RGB (Red+Green+Blue) = 111+162+20=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA214 is #905DEB. Grayscale: #838383. Windows color (decimal): -9461228 or 1352303. OLE color: 1352303.

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

Color convert

RGB11116220-
CMYK0.3100.880.36
HSL81.55º78.02%35.69%-
HSV(B)81.55º87.65%63.53%-
XYZ19.629.275.28-
YUV130.5665.6114.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 162 (63.67% from 255) = 55.29%
BLUE value IS 20 (8.20% from 255) = 6.83%
R=37.88%
G=55.29%
B=6.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111162200.3100.880.3681.5578.0235.69
Hex6FA2141F05824524e24
Octal157242243701304412211644
Binary11011111010001010100111110101100010010010100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,20); }

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

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

 a { background-color: rgb(111,162,20); }

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

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

 span { border-color: rgb(111,162,20); }

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