Html Css Color HEX #958208 Olive

📋 copy color: '#958208'

red 149 ◦ green 130 ◦ blue 8

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

Shades of Olive #958208

Tints of Olive #958208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

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

R = 51.92%
G = 45.3%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#958208 (or 0x958208) is known color: Olive. HEX triplet: 95, 82 and 08. RGB value is (149,130,8). Sum of RGB (Red+Green+Blue) = 149+130+8=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #958208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958208 is #6A7DF7. Grayscale: #7A7A7A. Windows color (decimal): -6979064 or 557717. OLE color: 557717.

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

Color convert

RGB 149 130 8 -
CMYK 0 0.13 0.95 0.42
HSL 51.91º 0.9% 0.31% -
HSV(B) 51.91º 0.95% 0.58% -
XYZ 20.42 22.37 3.47 -
YUV 121.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 149 130 8 0 0.13 0.95 0.42 51.91 0.9 0.31
Hex 95 82 8 0 D 5F 2A 34 5A 1F
Octal 225 202 10 0 15 137 52 64 132 37
Binary 10010101 10000010 1000 0 1101 1011111 101010 110100 1011010 11111

Color Harmonies of #958208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958208

Black with #958208

Text Example


Text Example

White with #958208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958208; }

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

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

background-color css

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

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

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

border-color css

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

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

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