Html Css Color HEX #8AAE73 Olivine

📋 copy color: '#8AAE73'

red 138 ◦ green 174 ◦ blue 115

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

Shades of Olivine #8AAE73

Tints of Olivine #8AAE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.93%

R = 32.32%
G = 40.75%
B = 26.93%

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

#8AAE73 (or 0x8AAE73) is known color: Olivine. HEX triplet: 8A, AE and 73. RGB value is (138,174,115). Sum of RGB (Red+Green+Blue) = 138+174+115=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE73 is #75518C. Grayscale: #9C9C9C. Windows color (decimal): -7688589 or 7581322. OLE color: 7581322.

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

Color convert

RGB 138 174 115 -
CMYK 0.21 0 0.34 0.32
HSL 96.61º 0.27% 0.57% -
HSV(B) 96.61º 0.34% 0.68% -
XYZ 28.71 36.91 21.83 -
YUV 156.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 138 174 115 0.21 0 0.34 0.32 96.61 0.27 0.57
Hex 8A AE 73 15 0 22 20 61 1B 39
Octal 212 256 163 25 0 42 40 141 33 71
Binary 10001010 10101110 1110011 10101 0 100010 100000 1100001 11011 111001

Color Harmonies of #8AAE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE73

Black with #8AAE73

Text Example


Text Example

White with #8AAE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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