Html Css Color HEX #8EBA6B Olivine

📋 copy color: '#8EBA6B'

red 142 ◦ green 186 ◦ blue 107

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

Shades of Olivine #8EBA6B

Tints of Olivine #8EBA6B

RGB

 RED value IS 142 (55.86% from 255) = 32.64%

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

 BLUE value IS 107 (42.19% from 255) = 24.6%

R = 32.64%
G = 42.76%
B = 24.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#8EBA6B (or 0x8EBA6B) is known color: Olivine. HEX triplet: 8E, BA and 6B. RGB value is (142,186,107). Sum of RGB (Red+Green+Blue) = 142+186+107=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA6B is #714594. Grayscale: #A4A4A4. Windows color (decimal): -7423381 or 7060110. OLE color: 7060110.

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

Color convert

RGB 142 186 107 -
CMYK 0.24 0 0.42 0.27
HSL 93.42º 0.36% 0.57% -
HSV(B) 93.42º 0.42% 0.73% -
XYZ 31.37 41.93 20.35 -
YUV 163.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 142 186 107 0.24 0 0.42 0.27 93.42 0.36 0.57
Hex 8E BA 6B 18 0 2A 1B 5D 24 39
Octal 216 272 153 30 0 52 33 135 44 71
Binary 10001110 10111010 1101011 11000 0 101010 11011 1011101 100100 111001

Color Harmonies of #8EBA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBA6B

Black with #8EBA6B

Text Example


Text Example

White with #8EBA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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