#907F01

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

Shades of Olive #907F01

Tints of Olive #907F01

Color information

#907F01 (or 0x907F01) is unknown color: approx Olive. HEX triplet: 90, 7F and 01. RGB value is (144,127,1). Sum of RGB (Red+Green+Blue) = 144+127+1=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #907F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907F01 is #6F80FE. Grayscale: #767676. Windows color (decimal): -7307519 or 98192. OLE color: 98192.

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

Color convert

RGB1441271-
CMYK00.120.990.44
HSL52.87º98.62%28.43%-
HSV(B)52.87º99.31%56.47%-
XYZ19.121.113.1-
YUV117.7262.13146.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.94%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=52.94%
G=46.69%
B=0.37%

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
Decimal144127100.120.990.4452.8798.6228.43
Hex907F10C632C35631c
Octal2201771014143546514334
Binary1001000011111111011001100011101100110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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