Html Css Color HEX #957B08 Olive

📋 copy color: '#957B08'

red 149 ◦ green 123 ◦ blue 8

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

Shades of Olive #957B08

Tints of Olive #957B08

RGB

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

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

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

R = 53.21%
G = 43.93%
B = 2.86%

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

#957B08 (or 0x957B08) is known color: Olive. HEX triplet: 95, 7B and 08. RGB value is (149,123,8). Sum of RGB (Red+Green+Blue) = 149+123+8=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #957B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957B08 is #6A84F7. Grayscale: #767676. Windows color (decimal): -6980856 or 555925. OLE color: 555925.

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

Color convert

RGB 149 123 8 -
CMYK 0 0.17 0.95 0.42
HSL 48.94º 0.9% 0.31% -
HSV(B) 48.94º 0.95% 0.58% -
XYZ 19.52 20.57 3.17 -
YUV 117.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 149 123 8 0 0.17 0.95 0.42 48.94 0.9 0.31
Hex 95 7B 8 0 11 5F 2A 31 5A 1F
Octal 225 173 10 0 21 137 52 61 132 37
Binary 10010101 1111011 1000 0 10001 1011111 101010 110001 1011010 11111

Color Harmonies of #957B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B08

Black with #957B08

Text Example


Text Example

White with #957B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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