Html Css Color HEX #89830D Olive

📋 copy color: '#89830D'

red 137 ◦ green 131 ◦ blue 13

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

Shades of Olive #89830D

Tints of Olive #89830D

RGB

 RED value IS 137 (53.91% from 255) = 48.75%

 GREEN value IS 131 (51.56% from 255) = 46.62%

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

R = 48.75%
G = 46.62%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89830D (or 0x89830D) is known color: Olive. HEX triplet: 89, 83 and 0D. RGB value is (137,131,13). Sum of RGB (Red+Green+Blue) = 137+131+13=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89830D is #767CF2. Grayscale: #777777. Windows color (decimal): -7765235 or 885641. OLE color: 885641.

HSL color Cylindrical-coordinate representation of color #89830D: hue angle of 57.1º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89830D is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 131 13 -
CMYK 0 0.04 0.91 0.46
HSL 57.1º 0.83% 0.29% -
HSV(B) 57.1º 0.91% 0.54% -
XYZ 18.51 21.58 3.57 -
YUV 119.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 137 131 13 0 0.04 0.91 0.46 57.1 0.83 0.29
Hex 89 83 D 0 4 5B 2E 39 53 1D
Octal 211 203 15 0 4 133 56 71 123 35
Binary 10001001 10000011 1101 0 100 1011011 101110 111001 1010011 11101

Color Harmonies of #89830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89830D

Black with #89830D

Text Example


Text Example

White with #89830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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