Html Css Color HEX #8FAE75 Olivine

📋 copy color: '#8FAE75'

red 143 ◦ green 174 ◦ blue 117

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

Shades of Olivine #8FAE75

Tints of Olivine #8FAE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 32.95%
G = 40.09%
B = 26.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#8FAE75 (or 0x8FAE75) is known color: Olivine. HEX triplet: 8F, AE and 75. RGB value is (143,174,117). Sum of RGB (Red+Green+Blue) = 143+174+117=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAE75 is #70518A. Grayscale: #9E9E9E. Windows color (decimal): -7360907 or 7712399. OLE color: 7712399.

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

Color convert

RGB 143 174 117 -
CMYK 0.18 0 0.33 0.32
HSL 92.63º 0.26% 0.57% -
HSV(B) 92.63º 0.33% 0.68% -
XYZ 29.67 37.4 22.48 -
YUV 158.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 143 174 117 0.18 0 0.33 0.32 92.63 0.26 0.57
Hex 8F AE 75 12 0 21 20 5D 1A 39
Octal 217 256 165 22 0 41 40 135 32 71
Binary 10001111 10101110 1110101 10010 0 100001 100000 1011101 11010 111001

Color Harmonies of #8FAE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAE75

Black with #8FAE75

Text Example


Text Example

White with #8FAE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,174,117); }

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

background-color css

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

 a { background-color: rgb(143,174,117); }

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

border-color css

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

 span { border-color: rgb(143,174,117); }

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