Html Css Color HEX #957500 Olive

📋 copy color: '#957500'

red 149 ◦ green 117 ◦ blue 0

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

Shades of Olive #957500

Tints of Olive #957500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.02%
G = 43.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957500 (or 0x957500) is known color: Olive. HEX triplet: 95, 75 and 00. RGB value is (149,117,0). Sum of RGB (Red+Green+Blue) = 149+117+0=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #957500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957500 is #6A8AFF. Grayscale: #717171. Windows color (decimal): -6982400 or 30101. OLE color: 30101.

HSL color Cylindrical-coordinate representation of color #957500: hue angle of 47.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #957500 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 0 -
CMYK 0 0.21 1 0.42
HSL 47.11º 1% 0.29% -
HSV(B) 47.11º 1% 0.58% -
XYZ 18.76 19.11 2.7 -
YUV 113.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 149 117 0 0 0.21 1 0.42 47.11 1 0.29
Hex 95 75 0 0 15 64 2A 2F 64 1D
Octal 225 165 0 0 25 144 52 57 144 35
Binary 10010101 1110101 0 0 10101 1100100 101010 101111 1100100 11101

Color Harmonies of #957500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957500

Black with #957500

Text Example


Text Example

White with #957500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957500; }

 p { color: rgb(149,117,0); }

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

background-color css

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

 a { background-color: rgb(149,117,0); }

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

border-color css

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

 span { border-color: rgb(149,117,0); }

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