Html Css Color HEX #958D00 Olive

📋 copy color: '#958D00'

red 149 ◦ green 141 ◦ blue 0

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

Shades of Olive #958D00

Tints of Olive #958D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.62%

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

R = 51.38%
G = 48.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#958D00 (or 0x958D00) is known color: Olive. HEX triplet: 95, 8D and 00. RGB value is (149,141,0). Sum of RGB (Red+Green+Blue) = 149+141+0=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #958D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958D00 is #6A72FF. Grayscale: #7F7F7F. Windows color (decimal): -6976256 or 36245. OLE color: 36245.

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

Color convert

RGB 149 141 0 -
CMYK 0 0.05 1 0.42
HSL 56.78º 1% 0.29% -
HSV(B) 56.78º 1% 0.58% -
XYZ 21.92 25.44 3.76 -
YUV 127.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 149 141 0 0 0.05 1 0.42 56.78 1 0.29
Hex 95 8D 0 0 5 64 2A 39 64 1D
Octal 225 215 0 0 5 144 52 71 144 35
Binary 10010101 10001101 0 0 101 1100100 101010 111001 1100100 11101

Color Harmonies of #958D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D00

Black with #958D00

Text Example


Text Example

White with #958D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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