Html Css Color HEX #959101 Olive

📋 copy color: '#959101'

red 149 ◦ green 145 ◦ blue 1

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

Shades of Olive #959101

Tints of Olive #959101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 50.51%
G = 49.15%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#959101 (or 0x959101) is known color: Olive. HEX triplet: 95, 91 and 01. RGB value is (149,145,1). Sum of RGB (Red+Green+Blue) = 149+145+1=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #959101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959101 is #6A6EFE. Grayscale: #828282. Windows color (decimal): -6975231 or 102805. OLE color: 102805.

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

Color convert

RGB 149 145 1 -
CMYK 0 0.03 0.99 0.42
HSL 58.38º 0.99% 0.29% -
HSV(B) 58.38º 0.99% 0.58% -
XYZ 22.53 26.64 3.98 -
YUV 129.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 149 145 1 0 0.03 0.99 0.42 58.38 0.99 0.29
Hex 95 91 1 0 3 63 2A 3A 63 1D
Octal 225 221 1 0 3 143 52 72 143 35
Binary 10010101 10010001 1 0 11 1100011 101010 111010 1100011 11101

Color Harmonies of #959101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959101

Black with #959101

Text Example


Text Example

White with #959101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959101; }

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

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

background-color css

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

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

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

border-color css

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

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

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