Html Css Color HEX #958B0D Olive

📋 copy color: '#958B0D'

red 149 ◦ green 139 ◦ blue 13

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

Shades of Olive #958B0D

Tints of Olive #958B0D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.18%

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 49.5%
G = 46.18%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#958B0D (or 0x958B0D) is known color: Olive. HEX triplet: 95, 8B and 0D. RGB value is (149,139,13). Sum of RGB (Red+Green+Blue) = 149+139+13=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #958B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958B0D is #6A74F2. Grayscale: #808080. Windows color (decimal): -6976755 or 887701. OLE color: 887701.

HSL color Cylindrical-coordinate representation of color #958B0D: hue angle of 55.59º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #958B0D is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 13 -
CMYK 0 0.07 0.91 0.42
HSL 55.59º 0.84% 0.32% -
HSV(B) 55.59º 0.91% 0.58% -
XYZ 21.7 24.88 4.04 -
YUV 127.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 149 139 13 0 0.07 0.91 0.42 55.59 0.84 0.32
Hex 95 8B D 0 7 5B 2A 38 54 20
Octal 225 213 15 0 7 133 52 70 124 40
Binary 10010101 10001011 1101 0 111 1011011 101010 111000 1010100 100000

Color Harmonies of #958B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B0D

Black with #958B0D

Text Example


Text Example

White with #958B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,13); }

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

background-color css

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

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

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

border-color css

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

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

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