#907D0E

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

Shades of Olive #907D0E

Tints of Olive #907D0E

Color information

#907D0E (or 0x907D0E) is unknown color: approx Olive. HEX triplet: 90, 7D and 0E. RGB value is (144,125,14). Sum of RGB (Red+Green+Blue) = 144+125+14=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #907D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907D0E is #6F82F1. Grayscale: #767676. Windows color (decimal): -7308018 or 949648. OLE color: 949648.

HSL color Cylindrical-coordinate representation of color #907D0E: hue angle of 51.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #907D0E is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14412514-
CMYK00.130.900.44
HSL51.23º82.28%30.98%-
HSV(B)51.23º90.28%56.47%-
XYZ18.9120.633.4-
YUV118.0369.29146.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.88%
GREEN value IS 125 (49.22% from 255) = 44.17%
BLUE value IS 14 (5.86% from 255) = 4.95%
R=50.88%
G=44.17%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441251400.130.900.4451.2382.2830.98
Hex907DE0D5A2C33521f
Octal22017516015132546312237
Binary1001000011111011110011011011010101100110011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,125,14); }

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

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

 a { background-color: rgb(144,125,14); }

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

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

 span { border-color: rgb(144,125,14); }

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