Html Css Color HEX #899702 Olive

📋 copy color: '#899702'

red 137 ◦ green 151 ◦ blue 2

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

Shades of Olive #899702

Tints of Olive #899702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.07%

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

R = 47.24%
G = 52.07%
B = 0.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#899702 (or 0x899702) is known color: Olive. HEX triplet: 89, 97 and 02. RGB value is (137,151,2). Sum of RGB (Red+Green+Blue) = 137+151+2=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #899702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899702 is #7668FD. Grayscale: #828282. Windows color (decimal): -7760126 or 169865. OLE color: 169865.

HSL color Cylindrical-coordinate representation of color #899702: hue angle of 65.64º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #899702 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 151 2 -
CMYK 0.09 0 0.99 0.41
HSL 65.64º 0.97% 0.3% -
HSV(B) 65.64º 0.99% 0.59% -
XYZ 21.39 27.46 4.23 -
YUV 129.83 55.86 133.12 -
System Red Green Blue C M Y K H S L
Decimal 137 151 2 0.09 0 0.99 0.41 65.64 0.97 0.3
Hex 89 97 2 9 0 63 29 42 61 1E
Octal 211 227 2 11 0 143 51 102 141 36
Binary 10001001 10010111 10 1001 0 1100011 101001 1000010 1100001 11110

Color Harmonies of #899702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899702

Black with #899702

Text Example


Text Example

White with #899702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899702; }

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

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

background-color css

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

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

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

border-color css

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

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

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