Html Css Color HEX #958805 Olive

📋 copy color: '#958805'

red 149 ◦ green 136 ◦ blue 5

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

Shades of Olive #958805

Tints of Olive #958805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 51.38%
G = 46.9%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#958805 (or 0x958805) is known color: Olive. HEX triplet: 95, 88 and 05. RGB value is (149,136,5). Sum of RGB (Red+Green+Blue) = 149+136+5=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #958805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958805 is #6A77FA. Grayscale: #7D7D7D. Windows color (decimal): -6977531 or 362645. OLE color: 362645.

HSL color Cylindrical-coordinate representation of color #958805: hue angle of 54.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #958805 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 5 -
CMYK 0 0.09 0.97 0.42
HSL 54.58º 0.94% 0.3% -
HSV(B) 54.58º 0.97% 0.58% -
XYZ 21.23 24.01 3.66 -
YUV 124.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 149 136 5 0 0.09 0.97 0.42 54.58 0.94 0.3
Hex 95 88 5 0 9 61 2A 37 5E 1E
Octal 225 210 5 0 11 141 52 67 136 36
Binary 10010101 10001000 101 0 1001 1100001 101010 110111 1011110 11110

Color Harmonies of #958805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958805

Black with #958805

Text Example


Text Example

White with #958805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958805; }

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

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

background-color css

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

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

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

border-color css

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

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

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