Html Css Color HEX #917201 Olive

📋 copy color: '#917201'

red 145 ◦ green 114 ◦ blue 1

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

Shades of Olive #917201

Tints of Olive #917201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

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

R = 55.77%
G = 43.85%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#917201 (or 0x917201) is known color: Olive. HEX triplet: 91, 72 and 01. RGB value is (145,114,1). Sum of RGB (Red+Green+Blue) = 145+114+1=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #917201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917201 is #6E8DFE. Grayscale: #6E6E6E. Windows color (decimal): -7245311 or 94865. OLE color: 94865.

HSL color Cylindrical-coordinate representation of color #917201: hue angle of 47.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 #917201 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 114 1 -
CMYK 0 0.21 0.99 0.43
HSL 47.08º 0.99% 0.29% -
HSV(B) 47.08º 0.99% 0.57% -
XYZ 17.7 18.06 2.58 -
YUV 110.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 145 114 1 0 0.21 0.99 0.43 47.08 0.99 0.29
Hex 91 72 1 0 15 63 2B 2F 63 1D
Octal 221 162 1 0 25 143 53 57 143 35
Binary 10010001 1110010 1 0 10101 1100011 101011 101111 1100011 11101

Color Harmonies of #917201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917201

Black with #917201

Text Example


Text Example

White with #917201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917201; }

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

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

background-color css

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

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

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

border-color css

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

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

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