Html Css Color HEX #8DAE7B Olivine

📋 copy color: '#8DAE7B'

red 141 ◦ green 174 ◦ blue 123

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

Shades of Olivine #8DAE7B

Tints of Olivine #8DAE7B

RGB

 RED value IS 141 (55.47% from 255) = 32.19%

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

 BLUE value IS 123 (48.44% from 255) = 28.08%

R = 32.19%
G = 39.73%
B = 28.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#8DAE7B (or 0x8DAE7B) is known color: Olivine. HEX triplet: 8D, AE and 7B. RGB value is (141,174,123). Sum of RGB (Red+Green+Blue) = 141+174+123=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE7B is #725184. Grayscale: #9E9E9E. Windows color (decimal): -7491973 or 8105613. OLE color: 8105613.

HSL color Cylindrical-coordinate representation of color #8DAE7B: hue angle of 98.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DAE7B is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 174 123 -
CMYK 0.19 0 0.29 0.32
HSL 98.82º 0.24% 0.58% -
HSV(B) 98.82º 0.29% 0.68% -
XYZ 29.7 37.36 24.39 -
YUV 158.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 141 174 123 0.19 0 0.29 0.32 98.82 0.24 0.58
Hex 8D AE 7B 13 0 1D 20 63 18 3A
Octal 215 256 173 23 0 35 40 143 30 72
Binary 10001101 10101110 1111011 10011 0 11101 100000 1100011 11000 111010

Color Harmonies of #8DAE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAE7B

Black with #8DAE7B

Text Example


Text Example

White with #8DAE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,174,123); }

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

background-color css

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

 a { background-color: rgb(141,174,123); }

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

border-color css

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

 span { border-color: rgb(141,174,123); }

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