Html Css Color HEX #958305 Olive

📋 copy color: '#958305'

red 149 ◦ green 131 ◦ blue 5

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

Shades of Olive #958305

Tints of Olive #958305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

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

R = 52.28%
G = 45.96%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#958305 (or 0x958305) is known color: Olive. HEX triplet: 95, 83 and 05. RGB value is (149,131,5). Sum of RGB (Red+Green+Blue) = 149+131+5=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #958305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958305 is #6A7CFA. Grayscale: #7A7A7A. Windows color (decimal): -6978811 or 361365. OLE color: 361365.

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

Color convert

RGB 149 131 5 -
CMYK 0 0.12 0.97 0.42
HSL 52.5º 0.94% 0.3% -
HSV(B) 52.5º 0.97% 0.58% -
XYZ 20.54 22.63 3.43 -
YUV 122.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 149 131 5 0 0.12 0.97 0.42 52.5 0.94 0.3
Hex 95 83 5 0 C 61 2A 34 5E 1E
Octal 225 203 5 0 14 141 52 64 136 36
Binary 10010101 10000011 101 0 1100 1100001 101010 110100 1011110 11110

Color Harmonies of #958305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958305

Black with #958305

Text Example


Text Example

White with #958305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958305; }

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

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

background-color css

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

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

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

border-color css

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

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

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