#6FA200

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

Shades of Christi #6FA200

Tints of Christi #6FA200

Color information

#6FA200 (or 0x6FA200) is unknown color: approx Christi. HEX triplet: 6F, A2 and 00. RGB value is (111,162,0). Sum of RGB (Red+Green+Blue) = 111+162+0=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA200 is #905DFF. Grayscale: #808080. Windows color (decimal): -9461248 or 41583. OLE color: 41583.

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

Color convert

RGB1111620-
CMYK0.31010.36
HSL78.89º100%31.76%-
HSV(B)78.89º100%63.53%-
XYZ19.4829.224.61-
YUV128.2855.6115.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.66%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.66%
G=59.34%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11116200.31010.3678.8910031.76
Hex6FA201F064244f6420
Octal15724203701444411714440
Binary1101111101000100111110110010010010010011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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