Html Css Color HEX #947600 Olive

📋 copy color: '#947600'

red 148 ◦ green 118 ◦ blue 0

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

Shades of Olive #947600

Tints of Olive #947600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.64%
G = 44.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#947600 (or 0x947600) is known color: Olive. HEX triplet: 94, 76 and 00. RGB value is (148,118,0). Sum of RGB (Red+Green+Blue) = 148+118+0=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #947600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947600 is #6B89FF. Grayscale: #727272. Windows color (decimal): -7047680 or 30356. OLE color: 30356.

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

Color convert

RGB 148 118 0 -
CMYK 0 0.20 1 0.42
HSL 47.84º 1% 0.29% -
HSV(B) 47.84º 1% 0.58% -
XYZ 18.69 19.25 2.73 -
YUV 113.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 148 118 0 0 0.20 1 0.42 47.84 1 0.29
Hex 94 76 0 0 14 64 2A 30 64 1D
Octal 224 166 0 0 24 144 52 60 144 35
Binary 10010100 1110110 0 0 10100 1100100 101010 110000 1100100 11101

Color Harmonies of #947600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947600

Black with #947600

Text Example


Text Example

White with #947600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947600; }

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

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

background-color css

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

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

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

border-color css

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

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

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