Html Css Color HEX #8FA378 Olivine

📋 copy color: '#8FA378'

red 143 ◦ green 163 ◦ blue 120

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

Shades of Olivine #8FA378

Tints of Olivine #8FA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.26%

 BLUE value IS 120 (47.27% from 255) = 28.17%

R = 33.57%
G = 38.26%
B = 28.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#8FA378 (or 0x8FA378) is known color: Olivine. HEX triplet: 8F, A3 and 78. RGB value is (143,163,120). Sum of RGB (Red+Green+Blue) = 143+163+120=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA378 is #705C87. Grayscale: #989898. Windows color (decimal): -7363720 or 7906191. OLE color: 7906191.

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

Color convert

RGB 143 163 120 -
CMYK 0.12 0 0.26 0.36
HSL 87.91º 0.19% 0.55% -
HSV(B) 87.91º 0.26% 0.64% -
XYZ 27.82 33.39 22.75 -
YUV 152.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 143 163 120 0.12 0 0.26 0.36 87.91 0.19 0.55
Hex 8F A3 78 C 0 1A 24 58 13 37
Octal 217 243 170 14 0 32 44 130 23 67
Binary 10001111 10100011 1111000 1100 0 11010 100100 1011000 10011 110111

Color Harmonies of #8FA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA378

Black with #8FA378

Text Example


Text Example

White with #8FA378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,163,120); }

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

background-color css

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

 a { background-color: rgb(143,163,120); }

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

border-color css

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

 span { border-color: rgb(143,163,120); }

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