Html Css Color HEX #8EBD67 Olivine

📋 copy color: '#8EBD67'

red 142 ◦ green 189 ◦ blue 103

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

Shades of Olivine #8EBD67

Tints of Olivine #8EBD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.73%

R = 32.72%
G = 43.55%
B = 23.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#8EBD67 (or 0x8EBD67) is known color: Olivine. HEX triplet: 8E, BD and 67. RGB value is (142,189,103). Sum of RGB (Red+Green+Blue) = 142+189+103=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBD67 is #714298. Grayscale: #A5A5A5. Windows color (decimal): -7422617 or 6798734. OLE color: 6798734.

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

Color convert

RGB 142 189 103 -
CMYK 0.25 0 0.46 0.26
HSL 92.79º 0.39% 0.57% -
HSV(B) 92.79º 0.46% 0.74% -
XYZ 31.8 43.13 19.48 -
YUV 165.14 92.93 111.49 -
System Red Green Blue C M Y K H S L
Decimal 142 189 103 0.25 0 0.46 0.26 92.79 0.39 0.57
Hex 8E BD 67 19 0 2E 1A 5D 27 39
Octal 216 275 147 31 0 56 32 135 47 71
Binary 10001110 10111101 1100111 11001 0 101110 11010 1011101 100111 111001

Color Harmonies of #8EBD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBD67

Black with #8EBD67

Text Example


Text Example

White with #8EBD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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