Html Css Color HEX #959501 Olive

📋 copy color: '#959501'

red 149 ◦ green 149 ◦ blue 1

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

Shades of Olive #959501

Tints of Olive #959501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

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

R = 49.83%
G = 49.83%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#959501 (or 0x959501) is known color: Olive. HEX triplet: 95, 95 and 01. RGB value is (149,149,1). Sum of RGB (Red+Green+Blue) = 149+149+1=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959501 is #6A6AFE. Grayscale: #848484. Windows color (decimal): -6974207 or 103829. OLE color: 103829.

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

Color convert

RGB 149 149 1 -
CMYK 0 0 0.99 0.42
HSL 60º 0.99% 0.29% -
HSV(B) 60º 0.99% 0.58% -
XYZ 23.15 27.89 4.19 -
YUV 132.13 54 140.03 -
System Red Green Blue C M Y K H S L
Decimal 149 149 1 0 0 0.99 0.42 60 0.99 0.29
Hex 95 95 1 0 0 63 2A 3C 63 1D
Octal 225 225 1 0 0 143 52 74 143 35
Binary 10010101 10010101 1 0 0 1100011 101010 111100 1100011 11101

Color Harmonies of #959501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959501

Black with #959501

Text Example


Text Example

White with #959501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959501; }

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

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

background-color css

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

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

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

border-color css

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

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

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