Html Css Color HEX #896F02 Olive

📋 copy color: '#896F02'

red 137 ◦ green 111 ◦ blue 2

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

Shades of Olive #896F02

Tints of Olive #896F02

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 54.8%
G = 44.4%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#896F02 (or 0x896F02) is known color: Olive. HEX triplet: 89, 6F and 02. RGB value is (137,111,2). Sum of RGB (Red+Green+Blue) = 137+111+2=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #896F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F02 is #7690FD. Grayscale: #6A6A6A. Windows color (decimal): -7770366 or 159625. OLE color: 159625.

HSL color Cylindrical-coordinate representation of color #896F02: hue angle of 48.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #896F02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 2 -
CMYK 0 0.19 0.99 0.46
HSL 48.44º 0.97% 0.27% -
HSV(B) 48.44º 0.99% 0.54% -
XYZ 16.01 16.69 2.44 -
YUV 106.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 137 111 2 0 0.19 0.99 0.46 48.44 0.97 0.27
Hex 89 6F 2 0 13 63 2E 30 61 1B
Octal 211 157 2 0 23 143 56 60 141 33
Binary 10001001 1101111 10 0 10011 1100011 101110 110000 1100001 11011

Color Harmonies of #896F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F02

Black with #896F02

Text Example


Text Example

White with #896F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896F02; }

 p { color: rgb(137,111,2); }

 H1.HeaderClassName
 {
   color: #896F02;
 }
 .AnyTagClassName
 {
   color: #896F02;
 }
</style>

background-color css

<style>
 a { background-color: #896F02; }

 a { background-color: rgb(137,111,2); }

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

border-color css

<style>
 span { border-color: #896F02; }

 span { border-color: rgb(137,111,2); }

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