Html Css Color HEX #8FBA68 Olivine

📋 copy color: '#8FBA68'

red 143 ◦ green 186 ◦ blue 104

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

Shades of Olivine #8FBA68

Tints of Olivine #8FBA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 33.03%
G = 42.96%
B = 24.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#8FBA68 (or 0x8FBA68) is known color: Olivine. HEX triplet: 8F, BA and 68. RGB value is (143,186,104). Sum of RGB (Red+Green+Blue) = 143+186+104=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA68 is #704597. Grayscale: #A4A4A4. Windows color (decimal): -7357848 or 6863503. OLE color: 6863503.

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

Color convert

RGB 143 186 104 -
CMYK 0.23 0 0.44 0.27
HSL 91.46º 0.37% 0.57% -
HSV(B) 91.46º 0.44% 0.73% -
XYZ 31.39 41.96 19.54 -
YUV 163.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 143 186 104 0.23 0 0.44 0.27 91.46 0.37 0.57
Hex 8F BA 68 17 0 2C 1B 5B 25 39
Octal 217 272 150 27 0 54 33 133 45 71
Binary 10001111 10111010 1101000 10111 0 101100 11011 1011011 100101 111001

Color Harmonies of #8FBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBA68

Black with #8FBA68

Text Example


Text Example

White with #8FBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,186,104); }

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

background-color css

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

 a { background-color: rgb(143,186,104); }

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

border-color css

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

 span { border-color: rgb(143,186,104); }

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