Html Css Color HEX #8EBD75 Olivine

📋 copy color: '#8EBD75'

red 142 ◦ green 189 ◦ blue 117

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

Shades of Olivine #8EBD75

Tints of Olivine #8EBD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 31.7%
G = 42.19%
B = 26.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#8EBD75 (or 0x8EBD75) is known color: Olivine. HEX triplet: 8E, BD and 75. RGB value is (142,189,117). Sum of RGB (Red+Green+Blue) = 142+189+117=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBD75 is #71428A. Grayscale: #A6A6A6. Windows color (decimal): -7422603 or 7716238. OLE color: 7716238.

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

Color convert

RGB 142 189 117 -
CMYK 0.25 0 0.38 0.26
HSL 99.17º 0.35% 0.6% -
HSV(B) 99.17º 0.38% 0.74% -
XYZ 32.56 43.43 23.5 -
YUV 166.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 142 189 117 0.25 0 0.38 0.26 99.17 0.35 0.6
Hex 8E BD 75 19 0 26 1A 63 23 3C
Octal 216 275 165 31 0 46 32 143 43 74
Binary 10001110 10111101 1110101 11001 0 100110 11010 1100011 100011 111100

Color Harmonies of #8EBD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBD75

Black with #8EBD75

Text Example


Text Example

White with #8EBD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,189,117); }

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

background-color css

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

 a { background-color: rgb(142,189,117); }

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

border-color css

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

 span { border-color: rgb(142,189,117); }

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