Html Css Color HEX #957C08 Olive

📋 copy color: '#957C08'

red 149 ◦ green 124 ◦ blue 8

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

Shades of Olive #957C08

Tints of Olive #957C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.13%

 BLUE value IS 8 (3.52% from 255) = 2.85%

R = 53.02%
G = 44.13%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#957C08 (or 0x957C08) is known color: Olive. HEX triplet: 95, 7C and 08. RGB value is (149,124,8). Sum of RGB (Red+Green+Blue) = 149+124+8=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #957C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C08 is #6A83F7. Grayscale: #767676. Windows color (decimal): -6980600 or 556181. OLE color: 556181.

HSL color Cylindrical-coordinate representation of color #957C08: hue angle of 49.36º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #957C08 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 8 -
CMYK 0 0.17 0.95 0.42
HSL 49.36º 0.9% 0.31% -
HSV(B) 49.36º 0.95% 0.58% -
XYZ 19.65 20.82 3.21 -
YUV 118.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 149 124 8 0 0.17 0.95 0.42 49.36 0.9 0.31
Hex 95 7C 8 0 11 5F 2A 31 5A 1F
Octal 225 174 10 0 21 137 52 61 132 37
Binary 10010101 1111100 1000 0 10001 1011111 101010 110001 1011010 11111

Color Harmonies of #957C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C08

Black with #957C08

Text Example


Text Example

White with #957C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,8); }

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

background-color css

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

 a { background-color: rgb(149,124,8); }

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

border-color css

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

 span { border-color: rgb(149,124,8); }

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