Html Css Color HEX #8FA672 Olivine

📋 copy color: '#8FA672'

red 143 ◦ green 166 ◦ blue 114

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

Shades of Olivine #8FA672

Tints of Olivine #8FA672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 33.81%
G = 39.24%
B = 26.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#8FA672 (or 0x8FA672) is known color: Olivine. HEX triplet: 8F, A6 and 72. RGB value is (143,166,114). Sum of RGB (Red+Green+Blue) = 143+166+114=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA672 is #70598D. Grayscale: #999999. Windows color (decimal): -7362958 or 7513743. OLE color: 7513743.

HSL color Cylindrical-coordinate representation of color #8FA672: hue angle of 86.54º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA672 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 166 114 -
CMYK 0.14 0 0.31 0.35
HSL 86.54º 0.23% 0.55% -
HSV(B) 86.54º 0.31% 0.65% -
XYZ 28 34.33 21.07 -
YUV 153.2 105.88 120.73 -
System Red Green Blue C M Y K H S L
Decimal 143 166 114 0.14 0 0.31 0.35 86.54 0.23 0.55
Hex 8F A6 72 E 0 1F 23 57 17 37
Octal 217 246 162 16 0 37 43 127 27 67
Binary 10001111 10100110 1110010 1110 0 11111 100011 1010111 10111 110111

Color Harmonies of #8FA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA672

Black with #8FA672

Text Example


Text Example

White with #8FA672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,166,114); }

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

background-color css

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

 a { background-color: rgb(143,166,114); }

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

border-color css

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

 span { border-color: rgb(143,166,114); }

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