Html Css Color HEX #8ABA78 Olivine

📋 copy color: '#8ABA78'

red 138 ◦ green 186 ◦ blue 120

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

Shades of Olivine #8ABA78

Tints of Olivine #8ABA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 31.08%
G = 41.89%
B = 27.03%

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

#8ABA78 (or 0x8ABA78) is known color: Olivine. HEX triplet: 8A, BA and 78. RGB value is (138,186,120). Sum of RGB (Red+Green+Blue) = 138+186+120=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA78 is #754587. Grayscale: #A4A4A4. Windows color (decimal): -7685512 or 7912074. OLE color: 7912074.

HSL color Cylindrical-coordinate representation of color #8ABA78: hue angle of 103.64º 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 #8ABA78 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 120 -
CMYK 0.26 0 0.35 0.27
HSL 103.64º 0.32% 0.6% -
HSV(B) 103.64º 0.35% 0.73% -
XYZ 31.43 41.88 24.2 -
YUV 164.12 103.1 109.37 -
System Red Green Blue C M Y K H S L
Decimal 138 186 120 0.26 0 0.35 0.27 103.64 0.32 0.6
Hex 8A BA 78 1A 0 23 1B 68 20 3C
Octal 212 272 170 32 0 43 33 150 40 74
Binary 10001010 10111010 1111000 11010 0 100011 11011 1101000 100000 111100

Color Harmonies of #8ABA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA78

Black with #8ABA78

Text Example


Text Example

White with #8ABA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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