Html Css Color HEX #8FBD7A Olivine

📋 copy color: '#8FBD7A'

red 143 ◦ green 189 ◦ blue 122

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

Shades of Olivine #8FBD7A

Tints of Olivine #8FBD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 31.5%
G = 41.63%
B = 26.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#8FBD7A (or 0x8FBD7A) is known color: Olivine. HEX triplet: 8F, BD and 7A. RGB value is (143,189,122). Sum of RGB (Red+Green+Blue) = 143+189+122=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBD7A is #704285. Grayscale: #A7A7A7. Windows color (decimal): -7357062 or 8043919. OLE color: 8043919.

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

Color convert

RGB 143 189 122 -
CMYK 0.24 0 0.35 0.26
HSL 101.19º 0.34% 0.61% -
HSV(B) 101.19º 0.35% 0.74% -
XYZ 33.04 43.64 25.09 -
YUV 167.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 143 189 122 0.24 0 0.35 0.26 101.19 0.34 0.61
Hex 8F BD 7A 18 0 23 1A 65 22 3D
Octal 217 275 172 30 0 43 32 145 42 75
Binary 10001111 10111101 1111010 11000 0 100011 11010 1100101 100010 111101

Color Harmonies of #8FBD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBD7A

Black with #8FBD7A

Text Example


Text Example

White with #8FBD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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