Html Css Color HEX #957B05 Olive

📋 copy color: '#957B05'

red 149 ◦ green 123 ◦ blue 5

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

Shades of Olive #957B05

Tints of Olive #957B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.4%

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

R = 53.79%
G = 44.4%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#957B05 (or 0x957B05) is known color: Olive. HEX triplet: 95, 7B and 05. RGB value is (149,123,5). Sum of RGB (Red+Green+Blue) = 149+123+5=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #957B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957B05 is #6A84FA. Grayscale: #757575. Windows color (decimal): -6980859 or 359317. OLE color: 359317.

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

Color convert

RGB 149 123 5 -
CMYK 0 0.17 0.97 0.42
HSL 49.17º 0.94% 0.3% -
HSV(B) 49.17º 0.97% 0.58% -
XYZ 19.5 20.57 3.09 -
YUV 117.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 149 123 5 0 0.17 0.97 0.42 49.17 0.94 0.3
Hex 95 7B 5 0 11 61 2A 31 5E 1E
Octal 225 173 5 0 21 141 52 61 136 36
Binary 10010101 1111011 101 0 10001 1100001 101010 110001 1011110 11110

Color Harmonies of #957B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B05

Black with #957B05

Text Example


Text Example

White with #957B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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