#7FA600

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

Shades of Christi #7FA600

Tints of Christi #7FA600

Color information

#7FA600 (or 0x7FA600) is unknown color: approx Christi. HEX triplet: 7F, A6 and 00. RGB value is (127,166,0). Sum of RGB (Red+Green+Blue) = 127+166+0=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA600 is #8059FF. Grayscale: #888888. Windows color (decimal): -8411648 or 42623. OLE color: 42623.

HSL color Cylindrical-coordinate representation of color #7FA600: hue angle of 74.1º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7FA600 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1271660-
CMYK0.23010.35
HSL74.1º100%32.55%-
HSV(B)74.1º100%65.1%-
XYZ22.3931.784.96-
YUV135.4251.58122-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.34%
GREEN value IS 166 (65.23% from 255) = 56.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.34%
G=56.66%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12716600.23010.3574.110032.55
Hex7FA6017064234a6421
Octal17724602701444311214441
Binary1111111101001100101110110010010001110010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FA600; }

 p { color: rgb(127,166,0); }

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

<style>
 a { background-color: #7FA600; }

 a { background-color: rgb(127,166,0); }

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

<style>
 span { border-color: #7FA600; }

 span { border-color: rgb(127,166,0); }

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