Html Css Color HEX #959400 Olive

📋 copy color: '#959400'

red 149 ◦ green 148 ◦ blue 0

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

Shades of Olive #959400

Tints of Olive #959400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.83%

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

R = 50.17%
G = 49.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#959400 (or 0x959400) is known color: Olive. HEX triplet: 95, 94 and 00. RGB value is (149,148,0). Sum of RGB (Red+Green+Blue) = 149+148+0=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #959400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959400 is #6A6BFF. Grayscale: #848484. Windows color (decimal): -6974464 or 38037. OLE color: 38037.

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

Color convert

RGB 149 148 0 -
CMYK 0 0.01 1 0.42
HSL 59.6º 1% 0.29% -
HSV(B) 59.6º 1% 0.58% -
XYZ 22.98 27.57 4.11 -
YUV 131.43 53.83 140.53 -
System Red Green Blue C M Y K H S L
Decimal 149 148 0 0 0.01 1 0.42 59.6 1 0.29
Hex 95 94 0 0 1 64 2A 3C 64 1D
Octal 225 224 0 0 1 144 52 74 144 35
Binary 10010101 10010100 0 0 1 1100100 101010 111100 1100100 11101

Color Harmonies of #959400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959400

Black with #959400

Text Example


Text Example

White with #959400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959400; }

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

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

background-color css

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

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

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

border-color css

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

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

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