Html Css Color HEX #958808 Olive

📋 copy color: '#958808'

red 149 ◦ green 136 ◦ blue 8

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

Shades of Olive #958808

Tints of Olive #958808

RGB

 RED value IS 149 (58.59% from 255) = 50.85%

 GREEN value IS 136 (53.52% from 255) = 46.42%

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

R = 50.85%
G = 46.42%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#958808 (or 0x958808) is known color: Olive. HEX triplet: 95, 88 and 08. RGB value is (149,136,8). Sum of RGB (Red+Green+Blue) = 149+136+8=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #958808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958808 is #6A77F7. Grayscale: #7D7D7D. Windows color (decimal): -6977528 or 559253. OLE color: 559253.

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

Color convert

RGB 149 136 8 -
CMYK 0 0.09 0.95 0.42
HSL 54.47º 0.9% 0.31% -
HSV(B) 54.47º 0.95% 0.58% -
XYZ 21.24 24.02 3.75 -
YUV 125.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 149 136 8 0 0.09 0.95 0.42 54.47 0.9 0.31
Hex 95 88 8 0 9 5F 2A 36 5A 1F
Octal 225 210 10 0 11 137 52 66 132 37
Binary 10010101 10001000 1000 0 1001 1011111 101010 110110 1011010 11111

Color Harmonies of #958808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958808

Black with #958808

Text Example


Text Example

White with #958808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958808; }

 p { color: rgb(149,136,8); }

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

background-color css

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

 a { background-color: rgb(149,136,8); }

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

border-color css

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

 span { border-color: rgb(149,136,8); }

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