Html Css Color HEX #89820C Olive

📋 copy color: '#89820C'

red 137 ◦ green 130 ◦ blue 12

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

Shades of Olive #89820C

Tints of Olive #89820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 49.1%
G = 46.59%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89820C (or 0x89820C) is known color: Olive. HEX triplet: 89, 82 and 0C. RGB value is (137,130,12). Sum of RGB (Red+Green+Blue) = 137+130+12=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89820C is #767DF3. Grayscale: #777777. Windows color (decimal): -7765492 or 819849. OLE color: 819849.

HSL color Cylindrical-coordinate representation of color #89820C: hue angle of 56.64º degrees, saturation: 0.84, 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 #89820C is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 12 -
CMYK 0 0.05 0.91 0.46
HSL 56.64º 0.84% 0.29% -
HSV(B) 56.64º 0.91% 0.54% -
XYZ 18.37 21.31 3.49 -
YUV 118.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 137 130 12 0 0.05 0.91 0.46 56.64 0.84 0.29
Hex 89 82 C 0 5 5B 2E 39 54 1D
Octal 211 202 14 0 5 133 56 71 124 35
Binary 10001001 10000010 1100 0 101 1011011 101110 111001 1010100 11101

Color Harmonies of #89820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89820C

Black with #89820C

Text Example


Text Example

White with #89820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89820C; }

 p { color: rgb(137,130,12); }

 H1.HeaderClassName
 {
   color: #89820C;
 }
 .AnyTagClassName
 {
   color: #89820C;
 }
</style>

background-color css

<style>
 a { background-color: #89820C; }

 a { background-color: rgb(137,130,12); }

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

border-color css

<style>
 span { border-color: #89820C; }

 span { border-color: rgb(137,130,12); }

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