Html Css Color HEX #8AAE72 Olivine

📋 copy color: '#8AAE72'

red 138 ◦ green 174 ◦ blue 114

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

Shades of Olivine #8AAE72

Tints of Olivine #8AAE72

RGB

 RED value IS 138 (54.3% from 255) = 32.39%

 GREEN value IS 174 (68.36% from 255) = 40.85%

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 32.39%
G = 40.85%
B = 26.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#8AAE72 (or 0x8AAE72) is known color: Olivine. HEX triplet: 8A, AE and 72. RGB value is (138,174,114). Sum of RGB (Red+Green+Blue) = 138+174+114=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE72 is #75518D. Grayscale: #9C9C9C. Windows color (decimal): -7688590 or 7515786. OLE color: 7515786.

HSL color Cylindrical-coordinate representation of color #8AAE72: hue angle of 96º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AAE72 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 174 114 -
CMYK 0.21 0 0.34 0.32
HSL 96º 0.27% 0.56% -
HSV(B) 96º 0.34% 0.68% -
XYZ 28.65 36.89 21.53 -
YUV 156.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 138 174 114 0.21 0 0.34 0.32 96 0.27 0.56
Hex 8A AE 72 15 0 22 20 60 1B 38
Octal 212 256 162 25 0 42 40 140 33 70
Binary 10001010 10101110 1110010 10101 0 100010 100000 1100000 11011 111000

Color Harmonies of #8AAE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE72

Black with #8AAE72

Text Example


Text Example

White with #8AAE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AAE72; }

 p { color: rgb(138,174,114); }

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

background-color css

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

 a { background-color: rgb(138,174,114); }

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

border-color css

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

 span { border-color: rgb(138,174,114); }

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