#907F02

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

Shades of Olive #907F02

Tints of Olive #907F02

Color information

#907F02 (or 0x907F02) is unknown color: approx Olive. HEX triplet: 90, 7F and 02. RGB value is (144,127,2). Sum of RGB (Red+Green+Blue) = 144+127+2=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #907F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907F02 is #6F80FD. Grayscale: #767676. Windows color (decimal): -7307518 or 163728. OLE color: 163728.

HSL color Cylindrical-coordinate representation of color #907F02: hue angle of 52.82º 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 #907F02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1441272-
CMYK00.120.990.44
HSL52.82º97.26%28.63%-
HSV(B)52.82º98.61%56.47%-
XYZ19.121.113.13-
YUV117.8362.63146.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144127200.120.990.4452.8297.2628.63
Hex907F20C632C35611d
Octal2201772014143546514135
Binary10010000111111110011001100011101100110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907F02; }

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

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

<style>
 a { background-color: #907F02; }

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

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

<style>
 span { border-color: #907F02; }

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

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