#917A00

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

Shades of Olive #917A00

Tints of Olive #917A00

Color information

#917A00 (or 0x917A00) is unknown color: approx Olive. HEX triplet: 91, 7A and 00. RGB value is (145,122,0). Sum of RGB (Red+Green+Blue) = 145+122+0=267 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.31% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 145 - color contains mainly: red. Hex color #917A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917A00 is #6E85FF. Grayscale: #737373. Windows color (decimal): -7243264 or 31377. OLE color: 31377.

HSL color Cylindrical-coordinate representation of color #917A00: hue angle of 50.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #917A00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB1451220-
CMYK00.1610.43
HSL50.48º100%28.43%-
HSV(B)50.48º100%56.86%-
XYZ18.6419.942.87-
YUV114.9763.12149.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.31%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.31%
G=45.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145122000.1610.4350.4810028.43
Hex917A0010642B32641c
Octal2211720020144536214434
Binary10010001111101000100001100100101011110010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917A00; }

 p { color: rgb(145,122,0); }

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

<style>
 a { background-color: #917A00; }

 a { background-color: rgb(145,122,0); }

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

<style>
 span { border-color: #917A00; }

 span { border-color: rgb(145,122,0); }

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