#90760A

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

Shades of Olive #90760A

Tints of Olive #90760A

Color information

#90760A (or 0x90760A) is unknown color: approx Olive. HEX triplet: 90, 76 and 0A. RGB value is (144,118,10). Sum of RGB (Red+Green+Blue) = 144+118+10=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90760A is #6F89F5. Grayscale: #717171. Windows color (decimal): -7309814 or 685712. OLE color: 685712.

HSL color Cylindrical-coordinate representation of color #90760A: hue angle of 48.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90760A is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB14411810-
CMYK00.180.930.44
HSL48.36º87.01%30.2%-
HSV(B)48.36º93.06%56.47%-
XYZ18.0318.912.99-
YUV113.4669.61149.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.94%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=52.94%
G=43.38%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441181000.180.930.4448.3687.0130.2
Hex9076A0125D2C30571e
Octal22016612022135546012736
Binary10010000111011010100100101011101101100110000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90760A; }

 p { color: rgb(144,118,10); }

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

<style>
 a { background-color: #90760A; }

 a { background-color: rgb(144,118,10); }

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

<style>
 span { border-color: #90760A; }

 span { border-color: rgb(144,118,10); }

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