Html Css Color HEX #957A08 Olive

📋 copy color: '#957A08'

red 149 ◦ green 122 ◦ blue 8

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

Shades of Olive #957A08

Tints of Olive #957A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.73%

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

R = 53.41%
G = 43.73%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#957A08 (or 0x957A08) is known color: Olive. HEX triplet: 95, 7A and 08. RGB value is (149,122,8). Sum of RGB (Red+Green+Blue) = 149+122+8=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #957A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957A08 is #6A85F7. Grayscale: #757575. Windows color (decimal): -6981112 or 555669. OLE color: 555669.

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

Color convert

RGB 149 122 8 -
CMYK 0 0.18 0.95 0.42
HSL 48.51º 0.9% 0.31% -
HSV(B) 48.51º 0.95% 0.58% -
XYZ 19.4 20.33 3.13 -
YUV 117.08 66.45 150.77 -
System Red Green Blue C M Y K H S L
Decimal 149 122 8 0 0.18 0.95 0.42 48.51 0.9 0.31
Hex 95 7A 8 0 12 5F 2A 31 5A 1F
Octal 225 172 10 0 22 137 52 61 132 37
Binary 10010101 1111010 1000 0 10010 1011111 101010 110001 1011010 11111

Color Harmonies of #957A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A08

Black with #957A08

Text Example


Text Example

White with #957A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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