Html Css Color HEX #957F05 Olive

📋 copy color: '#957F05'

red 149 ◦ green 127 ◦ blue 5

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

Shades of Olive #957F05

Tints of Olive #957F05

RGB

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

 GREEN value IS 127 (50% from 255) = 45.2%

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

R = 53.02%
G = 45.2%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#957F05 (or 0x957F05) is known color: Olive. HEX triplet: 95, 7F and 05. RGB value is (149,127,5). Sum of RGB (Red+Green+Blue) = 149+127+5=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #957F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F05 is #6A80FA. Grayscale: #787878. Windows color (decimal): -6979835 or 360341. OLE color: 360341.

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

Color convert

RGB 149 127 5 -
CMYK 0 0.15 0.97 0.42
HSL 50.83º 0.94% 0.3% -
HSV(B) 50.83º 0.97% 0.58% -
XYZ 20.01 21.58 3.25 -
YUV 119.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 149 127 5 0 0.15 0.97 0.42 50.83 0.94 0.3
Hex 95 7F 5 0 F 61 2A 33 5E 1E
Octal 225 177 5 0 17 141 52 63 136 36
Binary 10010101 1111111 101 0 1111 1100001 101010 110011 1011110 11110

Color Harmonies of #957F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F05

Black with #957F05

Text Example


Text Example

White with #957F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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