Html Css Color HEX #8FB875 Olivine

📋 copy color: '#8FB875'

red 143 ◦ green 184 ◦ blue 117

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

Shades of Olivine #8FB875

Tints of Olivine #8FB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.44%

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

R = 32.21%
G = 41.44%
B = 26.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#8FB875 (or 0x8FB875) is known color: Olivine. HEX triplet: 8F, B8 and 75. RGB value is (143,184,117). Sum of RGB (Red+Green+Blue) = 143+184+117=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB875 is #70478A. Grayscale: #A4A4A4. Windows color (decimal): -7358347 or 7714959. OLE color: 7714959.

HSL color Cylindrical-coordinate representation of color #8FB875: hue angle of 96.72º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FB875 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 143 184 117 -
CMYK 0.22 0 0.36 0.28
HSL 96.72º 0.32% 0.59% -
HSV(B) 96.72º 0.36% 0.72% -
XYZ 31.68 41.4 23.15 -
YUV 164.1 101.42 112.95 -
System Red Green Blue C M Y K H S L
Decimal 143 184 117 0.22 0 0.36 0.28 96.72 0.32 0.59
Hex 8F B8 75 16 0 24 1C 61 20 3B
Octal 217 270 165 26 0 44 34 141 40 73
Binary 10001111 10111000 1110101 10110 0 100100 11100 1100001 100000 111011

Color Harmonies of #8FB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB875

Black with #8FB875

Text Example


Text Example

White with #8FB875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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