Html Css Color HEX #958008 Olive

📋 copy color: '#958008'

red 149 ◦ green 128 ◦ blue 8

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

Shades of Olive #958008

Tints of Olive #958008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

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

R = 52.28%
G = 44.91%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#958008 (or 0x958008) is known color: Olive. HEX triplet: 95, 80 and 08. RGB value is (149,128,8). Sum of RGB (Red+Green+Blue) = 149+128+8=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #958008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958008 is #6A7FF7. Grayscale: #797979. Windows color (decimal): -6979576 or 557205. OLE color: 557205.

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

Color convert

RGB 149 128 8 -
CMYK 0 0.14 0.95 0.42
HSL 51.06º 0.9% 0.31% -
HSV(B) 51.06º 0.95% 0.58% -
XYZ 20.16 21.85 3.38 -
YUV 120.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 149 128 8 0 0.14 0.95 0.42 51.06 0.9 0.31
Hex 95 80 8 0 E 5F 2A 33 5A 1F
Octal 225 200 10 0 16 137 52 63 132 37
Binary 10010101 10000000 1000 0 1110 1011111 101010 110011 1011010 11111

Color Harmonies of #958008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958008

Black with #958008

Text Example


Text Example

White with #958008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958008; }

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

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

background-color css

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

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

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

border-color css

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

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

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