Html Css Color HEX #917E01 Olive

📋 copy color: '#917E01'

red 145 ◦ green 126 ◦ blue 1

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

Shades of Olive #917E01

Tints of Olive #917E01

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.32%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 53.31%
G = 46.32%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#917E01 (or 0x917E01) is known color: Olive. HEX triplet: 91, 7E and 01. RGB value is (145,126,1). Sum of RGB (Red+Green+Blue) = 145+126+1=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #917E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917E01 is #6E81FE. Grayscale: #757575. Windows color (decimal): -7242239 or 97937. OLE color: 97937.

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

Color convert

RGB 145 126 1 -
CMYK 0 0.13 0.99 0.43
HSL 52.08º 0.99% 0.29% -
HSV(B) 52.08º 0.99% 0.57% -
XYZ 19.14 20.94 3.06 -
YUV 117.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 145 126 1 0 0.13 0.99 0.43 52.08 0.99 0.29
Hex 91 7E 1 0 D 63 2B 34 63 1D
Octal 221 176 1 0 15 143 53 64 143 35
Binary 10010001 1111110 1 0 1101 1100011 101011 110100 1100011 11101

Color Harmonies of #917E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E01

Black with #917E01

Text Example


Text Example

White with #917E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,126,1); }

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

background-color css

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

 a { background-color: rgb(145,126,1); }

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

border-color css

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

 span { border-color: rgb(145,126,1); }

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