Html Css Color HEX #8ABA79 Olivine

📋 copy color: '#8ABA79'

red 138 ◦ green 186 ◦ blue 121

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

Shades of Olivine #8ABA79

Tints of Olivine #8ABA79

RGB

 RED value IS 138 (54.3% from 255) = 31.01%

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

 BLUE value IS 121 (47.66% from 255) = 27.19%

R = 31.01%
G = 41.8%
B = 27.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#8ABA79 (or 0x8ABA79) is known color: Olivine. HEX triplet: 8A, BA and 79. RGB value is (138,186,121). Sum of RGB (Red+Green+Blue) = 138+186+121=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA79 is #754586. Grayscale: #A4A4A4. Windows color (decimal): -7685511 or 7977610. OLE color: 7977610.

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

Color convert

RGB 138 186 121 -
CMYK 0.26 0 0.35 0.27
HSL 104.31º 0.32% 0.6% -
HSV(B) 104.31º 0.35% 0.73% -
XYZ 31.49 41.9 24.52 -
YUV 164.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 138 186 121 0.26 0 0.35 0.27 104.31 0.32 0.6
Hex 8A BA 79 1A 0 23 1B 68 20 3C
Octal 212 272 171 32 0 43 33 150 40 74
Binary 10001010 10111010 1111001 11010 0 100011 11011 1101000 100000 111100

Color Harmonies of #8ABA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA79

Black with #8ABA79

Text Example


Text Example

White with #8ABA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,121); }

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

background-color css

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

 a { background-color: rgb(138,186,121); }

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

border-color css

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

 span { border-color: rgb(138,186,121); }

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