Html Css Color HEX #958A0D Olive

📋 copy color: '#958A0D'

red 149 ◦ green 138 ◦ blue 13

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

Shades of Olive #958A0D

Tints of Olive #958A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46%

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

R = 49.67%
G = 46%
B = 4.33%

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

#958A0D (or 0x958A0D) is known color: Olive. HEX triplet: 95, 8A and 0D. RGB value is (149,138,13). Sum of RGB (Red+Green+Blue) = 149+138+13=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #958A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A0D is #6A75F2. Grayscale: #7F7F7F. Windows color (decimal): -6977011 or 887445. OLE color: 887445.

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

Color convert

RGB 149 138 13 -
CMYK 0 0.07 0.91 0.42
HSL 55.15º 0.84% 0.32% -
HSV(B) 55.15º 0.91% 0.58% -
XYZ 21.56 24.6 3.99 -
YUV 127.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 149 138 13 0 0.07 0.91 0.42 55.15 0.84 0.32
Hex 95 8A D 0 7 5B 2A 37 54 20
Octal 225 212 15 0 7 133 52 67 124 40
Binary 10010101 10001010 1101 0 111 1011011 101010 110111 1010100 100000

Color Harmonies of #958A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A0D

Black with #958A0D

Text Example


Text Example

White with #958A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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