Html Css Color HEX #947601 Olive

📋 copy color: '#947601'

red 148 ◦ green 118 ◦ blue 1

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

Shades of Olive #947601

Tints of Olive #947601

RGB

 RED value IS 148 (58.2% from 255) = 55.43%

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

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

R = 55.43%
G = 44.19%
B = 0.37%

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

#947601 (or 0x947601) is known color: Olive. HEX triplet: 94, 76 and 01. RGB value is (148,118,1). Sum of RGB (Red+Green+Blue) = 148+118+1=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #947601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947601 is #6B89FE. Grayscale: #727272. Windows color (decimal): -7047679 or 95892. OLE color: 95892.

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

Color convert

RGB 148 118 1 -
CMYK 0 0.20 0.99 0.42
HSL 47.76º 0.99% 0.29% -
HSV(B) 47.76º 0.99% 0.58% -
XYZ 18.7 19.25 2.76 -
YUV 113.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 148 118 1 0 0.20 0.99 0.42 47.76 0.99 0.29
Hex 94 76 1 0 14 63 2A 30 63 1D
Octal 224 166 1 0 24 143 52 60 143 35
Binary 10010100 1110110 1 0 10100 1100011 101010 110000 1100011 11101

Color Harmonies of #947601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947601

Black with #947601

Text Example


Text Example

White with #947601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947601; }

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

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

background-color css

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

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

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

border-color css

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

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

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