#907E01

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

Shades of Olive #907E01

Tints of Olive #907E01

Color information

#907E01 (or 0x907E01) is unknown color: approx Olive. HEX triplet: 90, 7E and 01. RGB value is (144,126,1). Sum of RGB (Red+Green+Blue) = 144+126+1=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #907E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907E01 is #6F81FE. Grayscale: #757575. Windows color (decimal): -7307775 or 97936. OLE color: 97936.

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

Color convert

RGB1441261-
CMYK00.120.990.44
HSL52.45º98.62%28.43%-
HSV(B)52.45º99.31%56.47%-
XYZ18.9720.853.05-
YUV117.1362.46147.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 126 (49.61% from 255) = 46.49%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=53.14%
G=46.49%
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
Decimal144126100.120.990.4452.4598.6228.43
Hex907E10C632C34631c
Octal2201761014143546414334
Binary1001000011111101011001100011101100110100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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