Html Css Color HEX #937501 Olive

📋 copy color: '#937501'

red 147 ◦ green 117 ◦ blue 1

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

Shades of Olive #937501

Tints of Olive #937501

RGB

 RED value IS 147 (57.81% from 255) = 55.47%

 GREEN value IS 117 (46.09% from 255) = 44.15%

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

R = 55.47%
G = 44.15%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#937501 (or 0x937501) is known color: Olive. HEX triplet: 93, 75 and 01. RGB value is (147,117,1). Sum of RGB (Red+Green+Blue) = 147+117+1=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #937501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937501 is #6C8AFE. Grayscale: #717171. Windows color (decimal): -7113471 or 95635. OLE color: 95635.

HSL color Cylindrical-coordinate representation of color #937501: hue angle of 47.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #937501 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 1 -
CMYK 0 0.20 0.99 0.42
HSL 47.67º 0.99% 0.29% -
HSV(B) 47.67º 0.99% 0.58% -
XYZ 18.4 18.93 2.71 -
YUV 112.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 147 117 1 0 0.20 0.99 0.42 47.67 0.99 0.29
Hex 93 75 1 0 14 63 2A 30 63 1D
Octal 223 165 1 0 24 143 52 60 143 35
Binary 10010011 1110101 1 0 10100 1100011 101010 110000 1100011 11101

Color Harmonies of #937501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937501

Black with #937501

Text Example


Text Example

White with #937501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937501; }

 p { color: rgb(147,117,1); }

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

background-color css

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

 a { background-color: rgb(147,117,1); }

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

border-color css

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

 span { border-color: rgb(147,117,1); }

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