Html Css Color HEX #917F00 Olive

📋 copy color: '#917F00'

red 145 ◦ green 127 ◦ blue 0

#917F00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #917F00

Tints of Olive #917F00

RGB

 RED value IS 145 (57.03% from 255) = 53.31%

 GREEN value IS 127 (50% from 255) = 46.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.31%
G = 46.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#917F00 (or 0x917F00) is known color: Olive. HEX triplet: 91, 7F and 00. RGB value is (145,127,0). Sum of RGB (Red+Green+Blue) = 145+127+0=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #917F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917F00 is #6E80FF. Grayscale: #767676. Windows color (decimal): -7241984 or 32657. OLE color: 32657.

HSL color Cylindrical-coordinate representation of color #917F00: hue angle of 52.55º 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 #917F00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 127 0 -
CMYK 0 0.12 1 0.43
HSL 52.55º 1% 0.28% -
HSV(B) 52.55º 1% 0.57% -
XYZ 19.27 21.2 3.08 -
YUV 117.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 145 127 0 0 0.12 1 0.43 52.55 1 0.28
Hex 91 7F 0 0 C 64 2B 35 64 1C
Octal 221 177 0 0 14 144 53 65 144 34
Binary 10010001 1111111 0 0 1100 1100100 101011 110101 1100100 11100

Color Harmonies of #917F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F00

Black with #917F00

Text Example


Text Example

White with #917F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #917F00;
 }
 .AnyTagClassName
 {
   color: #917F00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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