Html Css Color HEX #958000 Olive

📋 copy color: '#958000'

red 149 ◦ green 128 ◦ blue 0

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

Shades of Olive #958000

Tints of Olive #958000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

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

R = 53.79%
G = 46.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#958000 (or 0x958000) is known color: Olive. HEX triplet: 95, 80 and 00. RGB value is (149,128,0). Sum of RGB (Red+Green+Blue) = 149+128+0=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #958000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958000 is #6A7FFF. Grayscale: #787878. Windows color (decimal): -6979584 or 32917. OLE color: 32917.

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

Color convert

RGB 149 128 0 -
CMYK 0 0.14 1 0.42
HSL 51.54º 1% 0.29% -
HSV(B) 51.54º 1% 0.58% -
XYZ 20.11 21.83 3.15 -
YUV 119.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 149 128 0 0 0.14 1 0.42 51.54 1 0.29
Hex 95 80 0 0 E 64 2A 34 64 1D
Octal 225 200 0 0 16 144 52 64 144 35
Binary 10010101 10000000 0 0 1110 1100100 101010 110100 1100100 11101

Color Harmonies of #958000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958000

Black with #958000

Text Example


Text Example

White with #958000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958000; }

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

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

background-color css

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

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

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

border-color css

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

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

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