Html Css Color HEX #8FAF6A Olivine

📋 copy color: '#8FAF6A'

red 143 ◦ green 175 ◦ blue 106

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

Shades of Olivine #8FAF6A

Tints of Olivine #8FAF6A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.27%

 BLUE value IS 106 (41.8% from 255) = 25%

R = 33.73%
G = 41.27%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#8FAF6A (or 0x8FAF6A) is known color: Olivine. HEX triplet: 8F, AF and 6A. RGB value is (143,175,106). Sum of RGB (Red+Green+Blue) = 143+175+106=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAF6A is #705095. Grayscale: #9D9D9D. Windows color (decimal): -7360662 or 6991759. OLE color: 6991759.

HSL color Cylindrical-coordinate representation of color #8FAF6A: hue angle of 87.83º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FAF6A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 175 106 -
CMYK 0.18 0 0.39 0.31
HSL 87.83º 0.3% 0.55% -
HSV(B) 87.83º 0.39% 0.69% -
XYZ 29.26 37.54 19.34 -
YUV 157.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 143 175 106 0.18 0 0.39 0.31 87.83 0.3 0.55
Hex 8F AF 6A 12 0 27 1F 58 1E 37
Octal 217 257 152 22 0 47 37 130 36 67
Binary 10001111 10101111 1101010 10010 0 100111 11111 1011000 11110 110111

Color Harmonies of #8FAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAF6A

Black with #8FAF6A

Text Example


Text Example

White with #8FAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,175,106); }

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

background-color css

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

 a { background-color: rgb(143,175,106); }

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

border-color css

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

 span { border-color: rgb(143,175,106); }

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