Html Css Color HEX #8FA475 Olivine

📋 copy color: '#8FA475'

red 143 ◦ green 164 ◦ blue 117

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

Shades of Olivine #8FA475

Tints of Olivine #8FA475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.68%

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

R = 33.73%
G = 38.68%
B = 27.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#8FA475 (or 0x8FA475) is known color: Olivine. HEX triplet: 8F, A4 and 75. RGB value is (143,164,117). Sum of RGB (Red+Green+Blue) = 143+164+117=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA475 is #705B8A. Grayscale: #989898. Windows color (decimal): -7363467 or 7709839. OLE color: 7709839.

HSL color Cylindrical-coordinate representation of color #8FA475: hue angle of 86.81º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FA475 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 143 164 117 -
CMYK 0.13 0 0.29 0.36
HSL 86.81º 0.21% 0.55% -
HSV(B) 86.81º 0.29% 0.64% -
XYZ 27.81 33.67 21.86 -
YUV 152.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 143 164 117 0.13 0 0.29 0.36 86.81 0.21 0.55
Hex 8F A4 75 D 0 1D 24 57 15 37
Octal 217 244 165 15 0 35 44 127 25 67
Binary 10001111 10100100 1110101 1101 0 11101 100100 1010111 10101 110111

Color Harmonies of #8FA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA475

Black with #8FA475

Text Example


Text Example

White with #8FA475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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