Html Css Color HEX #897F06 Olive

📋 copy color: '#897F06'

red 137 ◦ green 127 ◦ blue 6

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

Shades of Olive #897F06

Tints of Olive #897F06

RGB

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

 GREEN value IS 127 (50% from 255) = 47.04%

 BLUE value IS 6 (2.73% from 255) = 2.22%

R = 50.74%
G = 47.04%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#897F06 (or 0x897F06) is known color: Olive. HEX triplet: 89, 7F and 06. RGB value is (137,127,6). Sum of RGB (Red+Green+Blue) = 137+127+6=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #897F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897F06 is #7680F9. Grayscale: #747474. Windows color (decimal): -7766266 or 425865. OLE color: 425865.

HSL color Cylindrical-coordinate representation of color #897F06: hue angle of 55.42º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #897F06 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 127 6 -
CMYK 0 0.07 0.96 0.46
HSL 55.42º 0.92% 0.28% -
HSV(B) 55.42º 0.96% 0.54% -
XYZ 17.94 20.51 3.19 -
YUV 116.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 137 127 6 0 0.07 0.96 0.46 55.42 0.92 0.28
Hex 89 7F 6 0 7 60 2E 37 5C 1C
Octal 211 177 6 0 7 140 56 67 134 34
Binary 10001001 1111111 110 0 111 1100000 101110 110111 1011100 11100

Color Harmonies of #897F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F06

Black with #897F06

Text Example


Text Example

White with #897F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,127,6); }

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

background-color css

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

 a { background-color: rgb(137,127,6); }

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

border-color css

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

 span { border-color: rgb(137,127,6); }

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