Html Css Color HEX #959500 Olive

📋 copy color: '#959500'

red 149 ◦ green 149 ◦ blue 0

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

Shades of Olive #959500

Tints of Olive #959500

RGB

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

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

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#959500 (or 0x959500) is known color: Olive. HEX triplet: 95, 95 and 00. RGB value is (149,149,0). Sum of RGB (Red+Green+Blue) = 149+149+0=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959500 is #6A6AFF. Grayscale: #848484. Windows color (decimal): -6974208 or 38293. OLE color: 38293.

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

Color convert

RGB 149 149 0 -
CMYK 0 0 1 0.42
HSL 60º 1% 0.29% -
HSV(B) 60º 1% 0.58% -
XYZ 23.14 27.88 4.16 -
YUV 132.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 149 149 0 0 0 1 0.42 60 1 0.29
Hex 95 95 0 0 0 64 2A 3C 64 1D
Octal 225 225 0 0 0 144 52 74 144 35
Binary 10010101 10010101 0 0 0 1100100 101010 111100 1100100 11101

Color Harmonies of #959500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959500

Black with #959500

Text Example


Text Example

White with #959500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959500; }

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

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

background-color css

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

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

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

border-color css

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

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

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