Html Css Color HEX #958705 Olive

📋 copy color: '#958705'

red 149 ◦ green 135 ◦ blue 5

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

Shades of Olive #958705

Tints of Olive #958705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.71%

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

R = 51.56%
G = 46.71%
B = 1.73%

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

#958705 (or 0x958705) is known color: Olive. HEX triplet: 95, 87 and 05. RGB value is (149,135,5). Sum of RGB (Red+Green+Blue) = 149+135+5=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #958705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958705 is #6A78FA. Grayscale: #7C7C7C. Windows color (decimal): -6977787 or 362389. OLE color: 362389.

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

Color convert

RGB 149 135 5 -
CMYK 0 0.09 0.97 0.42
HSL 54.17º 0.94% 0.3% -
HSV(B) 54.17º 0.97% 0.58% -
XYZ 21.09 23.73 3.61 -
YUV 124.37 60.64 145.57 -
System Red Green Blue C M Y K H S L
Decimal 149 135 5 0 0.09 0.97 0.42 54.17 0.94 0.3
Hex 95 87 5 0 9 61 2A 36 5E 1E
Octal 225 207 5 0 11 141 52 66 136 36
Binary 10010101 10000111 101 0 1001 1100001 101010 110110 1011110 11110

Color Harmonies of #958705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958705

Black with #958705

Text Example


Text Example

White with #958705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958705; }

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

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

background-color css

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

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

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

border-color css

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

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

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