Html Css Color HEX #957D04 Olive

📋 copy color: '#957D04'

red 149 ◦ green 125 ◦ blue 4

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

Shades of Olive #957D04

Tints of Olive #957D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.96%

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 53.6%
G = 44.96%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#957D04 (or 0x957D04) is known color: Olive. HEX triplet: 95, 7D and 04. RGB value is (149,125,4). Sum of RGB (Red+Green+Blue) = 149+125+4=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #957D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D04 is #6A82FB. Grayscale: #767676. Windows color (decimal): -6980348 or 294293. OLE color: 294293.

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

Color convert

RGB 149 125 4 -
CMYK 0 0.16 0.97 0.42
HSL 50.07º 0.95% 0.3% -
HSV(B) 50.07º 0.97% 0.58% -
XYZ 19.75 21.07 3.14 -
YUV 118.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 149 125 4 0 0.16 0.97 0.42 50.07 0.95 0.3
Hex 95 7D 4 0 10 61 2A 32 5F 1E
Octal 225 175 4 0 20 141 52 62 137 36
Binary 10010101 1111101 100 0 10000 1100001 101010 110010 1011111 11110

Color Harmonies of #957D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D04

Black with #957D04

Text Example


Text Example

White with #957D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,125,4); }

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

background-color css

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

 a { background-color: rgb(149,125,4); }

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

border-color css

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

 span { border-color: rgb(149,125,4); }

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