Html Css Color HEX #8FBD7D Olivine

📋 copy color: '#8FBD7D'

red 143 ◦ green 189 ◦ blue 125

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

Shades of Olivine #8FBD7D

Tints of Olivine #8FBD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 31.29%
G = 41.36%
B = 27.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#8FBD7D (or 0x8FBD7D) is known color: Olivine. HEX triplet: 8F, BD and 7D. RGB value is (143,189,125). Sum of RGB (Red+Green+Blue) = 143+189+125=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBD7D is #704282. Grayscale: #A8A8A8. Windows color (decimal): -7357059 or 8240527. OLE color: 8240527.

HSL color Cylindrical-coordinate representation of color #8FBD7D: hue angle of 103.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBD7D is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 189 125 -
CMYK 0.24 0 0.34 0.26
HSL 103.13º 0.33% 0.62% -
HSV(B) 103.13º 0.34% 0.74% -
XYZ 33.23 43.72 26.09 -
YUV 167.95 103.76 110.2 -
System Red Green Blue C M Y K H S L
Decimal 143 189 125 0.24 0 0.34 0.26 103.13 0.33 0.62
Hex 8F BD 7D 18 0 22 1A 67 21 3E
Octal 217 275 175 30 0 42 32 147 41 76
Binary 10001111 10111101 1111101 11000 0 100010 11010 1100111 100001 111110

Color Harmonies of #8FBD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBD7D

Black with #8FBD7D

Text Example


Text Example

White with #8FBD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,189,125); }

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

background-color css

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

 a { background-color: rgb(143,189,125); }

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

border-color css

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

 span { border-color: rgb(143,189,125); }

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