Html Css Color HEX #8EB269 Olivine

📋 copy color: '#8EB269'

red 142 ◦ green 178 ◦ blue 105

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

Shades of Olivine #8EB269

Tints of Olivine #8EB269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

 BLUE value IS 105 (41.41% from 255) = 24.71%

R = 33.41%
G = 41.88%
B = 24.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#8EB269 (or 0x8EB269) is known color: Olivine. HEX triplet: 8E, B2 and 69. RGB value is (142,178,105). Sum of RGB (Red+Green+Blue) = 142+178+105=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB269 is #714D96. Grayscale: #9F9F9F. Windows color (decimal): -7425431 or 6926990. OLE color: 6926990.

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

Color convert

RGB 142 178 105 -
CMYK 0.20 0 0.41 0.30
HSL 89.59º 0.32% 0.55% -
HSV(B) 89.59º 0.41% 0.7% -
XYZ 29.63 38.61 19.26 -
YUV 158.91 97.57 115.94 -
System Red Green Blue C M Y K H S L
Decimal 142 178 105 0.20 0 0.41 0.30 89.59 0.32 0.55
Hex 8E B2 69 14 0 29 1E 5A 20 37
Octal 216 262 151 24 0 51 36 132 40 67
Binary 10001110 10110010 1101001 10100 0 101001 11110 1011010 100000 110111

Color Harmonies of #8EB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB269

Black with #8EB269

Text Example


Text Example

White with #8EB269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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