Html Css Color HEX #947808 Olive

📋 copy color: '#947808'

red 148 ◦ green 120 ◦ blue 8

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

Shades of Olive #947808

Tints of Olive #947808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.48%

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 53.62%
G = 43.48%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#947808 (or 0x947808) is known color: Olive. HEX triplet: 94, 78 and 08. RGB value is (148,120,8). Sum of RGB (Red+Green+Blue) = 148+120+8=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #947808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947808 is #6B87F7. Grayscale: #747474. Windows color (decimal): -7047160 or 555156. OLE color: 555156.

HSL color Cylindrical-coordinate representation of color #947808: hue angle of 48º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #947808 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 8 -
CMYK 0 0.19 0.95 0.42
HSL 48º 0.9% 0.31% -
HSV(B) 48º 0.95% 0.58% -
XYZ 18.97 19.75 3.04 -
YUV 115.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 148 120 8 0 0.19 0.95 0.42 48 0.9 0.31
Hex 94 78 8 0 13 5F 2A 30 5A 1F
Octal 224 170 10 0 23 137 52 60 132 37
Binary 10010100 1111000 1000 0 10011 1011111 101010 110000 1011010 11111

Color Harmonies of #947808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947808

Black with #947808

Text Example


Text Example

White with #947808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947808; }

 p { color: rgb(148,120,8); }

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

background-color css

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

 a { background-color: rgb(148,120,8); }

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

border-color css

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

 span { border-color: rgb(148,120,8); }

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