#907F0C

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

Shades of Olive #907F0C

Tints of Olive #907F0C

Color information

#907F0C (or 0x907F0C) is unknown color: approx Olive. HEX triplet: 90, 7F and 0C. RGB value is (144,127,12). Sum of RGB (Red+Green+Blue) = 144+127+12=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #907F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907F0C is #6F80F3. Grayscale: #777777. Windows color (decimal): -7307508 or 819088. OLE color: 819088.

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

Color convert

RGB14412712-
CMYK00.120.920.44
HSL52.27º84.62%30.59%-
HSV(B)52.27º91.67%56.47%-
XYZ19.1621.133.42-
YUV118.9767.63145.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.88%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 12 (5.08% from 255) = 4.24%
R=50.88%
G=44.88%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441271200.120.920.4452.2784.6230.59
Hex907FC0C5C2C34551f
Octal22017714014134546412537
Binary1001000011111111100011001011100101100110100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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