Html Css Color HEX #897B02 Olive

📋 copy color: '#897B02'

red 137 ◦ green 123 ◦ blue 2

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

Shades of Olive #897B02

Tints of Olive #897B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.95%

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

R = 52.29%
G = 46.95%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897B02 (or 0x897B02) is known color: Olive. HEX triplet: 89, 7B and 02. RGB value is (137,123,2). Sum of RGB (Red+Green+Blue) = 137+123+2=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #897B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B02 is #7684FD. Grayscale: #717171. Windows color (decimal): -7767294 or 162697. OLE color: 162697.

HSL color Cylindrical-coordinate representation of color #897B02: hue angle of 53.78º 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 #897B02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 123 2 -
CMYK 0 0.10 0.99 0.46
HSL 53.78º 0.97% 0.27% -
HSV(B) 53.78º 0.99% 0.54% -
XYZ 17.41 19.49 2.9 -
YUV 113.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 137 123 2 0 0.10 0.99 0.46 53.78 0.97 0.27
Hex 89 7B 2 0 A 63 2E 36 61 1B
Octal 211 173 2 0 12 143 56 66 141 33
Binary 10001001 1111011 10 0 1010 1100011 101110 110110 1100001 11011

Color Harmonies of #897B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B02

Black with #897B02

Text Example


Text Example

White with #897B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897B02; }

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

 H1.HeaderClassName
 {
   color: #897B02;
 }
 .AnyTagClassName
 {
   color: #897B02;
 }
</style>

background-color css

<style>
 a { background-color: #897B02; }

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

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

border-color css

<style>
 span { border-color: #897B02; }

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

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