#907F0D

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

Shades of Olive #907F0D

Tints of Olive #907F0D

Color information

#907F0D (or 0x907F0D) is unknown color: approx Olive. HEX triplet: 90, 7F and 0D. RGB value is (144,127,13). Sum of RGB (Red+Green+Blue) = 144+127+13=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #907F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907F0D is #6F80F2. Grayscale: #777777. Windows color (decimal): -7307507 or 884624. OLE color: 884624.

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

Color convert

RGB14412713-
CMYK00.120.910.44
HSL52.21º83.44%30.78%-
HSV(B)52.21º90.97%56.47%-
XYZ19.1621.143.45-
YUV119.0968.13145.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=50.70%
G=44.72%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441271300.120.910.4452.2183.4430.78
Hex907FD0C5B2C34531f
Octal22017715014133546412337
Binary1001000011111111101011001011011101100110100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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