Html Css Color HEX #95890D Olive

📋 copy color: '#95890D'

red 149 ◦ green 137 ◦ blue 13

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

Shades of Olive #95890D

Tints of Olive #95890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.82%

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

R = 49.83%
G = 45.82%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95890D (or 0x95890D) is known color: Olive. HEX triplet: 95, 89 and 0D. RGB value is (149,137,13). Sum of RGB (Red+Green+Blue) = 149+137+13=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95890D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95890D is #6A76F2. Grayscale: #7E7E7E. Windows color (decimal): -6977267 or 887189. OLE color: 887189.

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

Color convert

RGB 149 137 13 -
CMYK 0 0.08 0.91 0.42
HSL 54.71º 0.84% 0.32% -
HSV(B) 54.71º 0.91% 0.58% -
XYZ 21.41 24.31 3.94 -
YUV 126.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 149 137 13 0 0.08 0.91 0.42 54.71 0.84 0.32
Hex 95 89 D 0 8 5B 2A 37 54 20
Octal 225 211 15 0 10 133 52 67 124 40
Binary 10010101 10001001 1101 0 1000 1011011 101010 110111 1010100 100000

Color Harmonies of #95890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95890D

Black with #95890D

Text Example


Text Example

White with #95890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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