#7F9002

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

Shades of Olive #7F9002

Tints of Olive #7F9002

Color information

#7F9002 (or 0x7F9002) is unknown color: approx Olive. HEX triplet: 7F, 90 and 02. RGB value is (127,144,2). Sum of RGB (Red+Green+Blue) = 127+144+2=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #7F9002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9002 is #806FFD. Grayscale: #7B7B7B. Windows color (decimal): -8417278 or 168063. OLE color: 168063.

HSL color Cylindrical-coordinate representation of color #7F9002: hue angle of 67.18º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F9002 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1271442-
CMYK0.1200.990.44
HSL67.18º97.26%28.63%-
HSV(B)67.18º98.61%56.47%-
XYZ18.7424.463.79-
YUV122.7359.87131.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 144 (56.64% from 255) = 52.75%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=46.52%
G=52.75%
B=0.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12714420.1200.990.4467.1897.2628.63
Hex7F902C0632C43611d
Octal17722021401435410314135
Binary111111110010000101100011000111011001000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,144,2); }

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

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

 a { background-color: rgb(127,144,2); }

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

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

 span { border-color: rgb(127,144,2); }

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