Html Css Color HEX #8FAD7E Olivine

📋 copy color: '#8FAD7E'

red 143 ◦ green 173 ◦ blue 126

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

Shades of Olivine #8FAD7E

Tints of Olivine #8FAD7E

RGB

 RED value IS 143 (56.25% from 255) = 32.35%

 GREEN value IS 173 (67.97% from 255) = 39.14%

 BLUE value IS 126 (49.61% from 255) = 28.51%

R = 32.35%
G = 39.14%
B = 28.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#8FAD7E (or 0x8FAD7E) is known color: Olivine. HEX triplet: 8F, AD and 7E. RGB value is (143,173,126). Sum of RGB (Red+Green+Blue) = 143+173+126=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAD7E is #705281. Grayscale: #9E9E9E. Windows color (decimal): -7361154 or 8301967. OLE color: 8301967.

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

Color convert

RGB 143 173 126 -
CMYK 0.17 0 0.27 0.32
HSL 98.3º 0.22% 0.59% -
HSV(B) 98.3º 0.27% 0.68% -
XYZ 30.04 37.23 25.34 -
YUV 158.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 143 173 126 0.17 0 0.27 0.32 98.3 0.22 0.59
Hex 8F AD 7E 11 0 1B 20 62 16 3B
Octal 217 255 176 21 0 33 40 142 26 73
Binary 10001111 10101101 1111110 10001 0 11011 100000 1100010 10110 111011

Color Harmonies of #8FAD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAD7E

Black with #8FAD7E

Text Example


Text Example

White with #8FAD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,173,126); }

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

background-color css

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

 a { background-color: rgb(143,173,126); }

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

border-color css

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

 span { border-color: rgb(143,173,126); }

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