Html Css Color HEX #8FB975 Olivine

📋 copy color: '#8FB975'

red 143 ◦ green 185 ◦ blue 117

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

Shades of Olivine #8FB975

Tints of Olivine #8FB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 32.13%
G = 41.57%
B = 26.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#8FB975 (or 0x8FB975) is known color: Olivine. HEX triplet: 8F, B9 and 75. RGB value is (143,185,117). Sum of RGB (Red+Green+Blue) = 143+185+117=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB975 is #70468A. Grayscale: #A4A4A4. Windows color (decimal): -7358091 or 7715215. OLE color: 7715215.

HSL color Cylindrical-coordinate representation of color #8FB975: hue angle of 97.06º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FB975 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 185 117 -
CMYK 0.23 0 0.37 0.27
HSL 97.06º 0.33% 0.59% -
HSV(B) 97.06º 0.37% 0.73% -
XYZ 31.89 41.82 23.22 -
YUV 164.69 101.09 112.53 -
System Red Green Blue C M Y K H S L
Decimal 143 185 117 0.23 0 0.37 0.27 97.06 0.33 0.59
Hex 8F B9 75 17 0 25 1B 61 21 3B
Octal 217 271 165 27 0 45 33 141 41 73
Binary 10001111 10111001 1110101 10111 0 100101 11011 1100001 100001 111011

Color Harmonies of #8FB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB975

Black with #8FB975

Text Example


Text Example

White with #8FB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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