Html Css Color HEX #937601 Olive

📋 copy color: '#937601'

red 147 ◦ green 118 ◦ blue 1

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

Shades of Olive #937601

Tints of Olive #937601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.36%

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

R = 55.26%
G = 44.36%
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

#937601 (or 0x937601) is known color: Olive. HEX triplet: 93, 76 and 01. RGB value is (147,118,1). Sum of RGB (Red+Green+Blue) = 147+118+1=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #937601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937601 is #6C89FE. Grayscale: #717171. Windows color (decimal): -7113215 or 95891. OLE color: 95891.

HSL color Cylindrical-coordinate representation of color #937601: hue angle of 48.08º 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 #937601 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 118 1 -
CMYK 0 0.20 0.99 0.42
HSL 48.08º 0.99% 0.29% -
HSV(B) 48.08º 0.99% 0.58% -
XYZ 18.52 19.16 2.75 -
YUV 113.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 147 118 1 0 0.20 0.99 0.42 48.08 0.99 0.29
Hex 93 76 1 0 14 63 2A 30 63 1D
Octal 223 166 1 0 24 143 52 60 143 35
Binary 10010011 1110110 1 0 10100 1100011 101010 110000 1100011 11101

Color Harmonies of #937601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937601

Black with #937601

Text Example


Text Example

White with #937601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937601; }

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

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

background-color css

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

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

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

border-color css

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

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

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