#8eb26b

Color #8EB26B Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8EB26B

Tints of Olivine #8EB26B

Color information

#8EB26B (or 0x8EB26B) is unknown color: approx Olivine. HEX triplet: 8E, B2 and 6B. RGB value is (142,178,107). Sum of RGB (Red+Green+Blue) = 142+178+107=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB26B is #714D94. Grayscale: #9F9F9F. Windows color (decimal): -7425429 or 7058062. OLE color: 7058062.

HSL color Cylindrical-coordinate representation of color #8EB26B: hue angle of 90.42º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EB26B is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB142178107-
CMYK0.2000.400.30
HSL90.42º31.56%55.88%-
HSV(B)90.42º39.89%69.8%-
XYZ29.7338.6519.8-
YUV159.1498.57115.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=33.26%
G=41.69%
B=25.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421781070.2000.400.3090.4231.5655.88
Hex8EB26B140281E5a2038
Octal21626215324050361324070
Binary10001110101100101101011101000101000111101011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eb26b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,178,107); }

 H1.HeaderClassName
 {
   color: #8eb26b;
 }
 .AnyTagClassName
 {
   color: #8eb26b;
 }
</style>
background-color css

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

 a { background-color: rgb(142,178,107); }

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

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

 span { border-color: rgb(142,178,107); }

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