Html Css Color HEX #959100 Olive

📋 copy color: '#959100'

red 149 ◦ green 145 ◦ blue 0

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

Shades of Olive #959100

Tints of Olive #959100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.68%
G = 49.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#959100 (or 0x959100) is known color: Olive. HEX triplet: 95, 91 and 00. RGB value is (149,145,0). Sum of RGB (Red+Green+Blue) = 149+145+0=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #959100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959100 is #6A6EFF. Grayscale: #828282. Windows color (decimal): -6975232 or 37269. OLE color: 37269.

HSL color Cylindrical-coordinate representation of color #959100: hue angle of 58.39º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #959100 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 0 -
CMYK 0 0.03 1 0.42
HSL 58.39º 1% 0.29% -
HSV(B) 58.39º 1% 0.58% -
XYZ 22.52 26.64 3.96 -
YUV 129.67 54.83 141.79 -
System Red Green Blue C M Y K H S L
Decimal 149 145 0 0 0.03 1 0.42 58.39 1 0.29
Hex 95 91 0 0 3 64 2A 3A 64 1D
Octal 225 221 0 0 3 144 52 72 144 35
Binary 10010101 10010001 0 0 11 1100100 101010 111010 1100100 11101

Color Harmonies of #959100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959100

Black with #959100

Text Example


Text Example

White with #959100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959100; }

 p { color: rgb(149,145,0); }

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

background-color css

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

 a { background-color: rgb(149,145,0); }

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

border-color css

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

 span { border-color: rgb(149,145,0); }

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