Html Css Color HEX #8ABA75 Olivine

📋 copy color: '#8ABA75'

red 138 ◦ green 186 ◦ blue 117

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

Shades of Olivine #8ABA75

Tints of Olivine #8ABA75

RGB

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

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

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

R = 31.29%
G = 42.18%
B = 26.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#8ABA75 (or 0x8ABA75) is known color: Olivine. HEX triplet: 8A, BA and 75. RGB value is (138,186,117). Sum of RGB (Red+Green+Blue) = 138+186+117=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA75 is #75458A. Grayscale: #A4A4A4. Windows color (decimal): -7685515 or 7715466. OLE color: 7715466.

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

Color convert

RGB 138 186 117 -
CMYK 0.26 0 0.37 0.27
HSL 101.74º 0.33% 0.59% -
HSV(B) 101.74º 0.37% 0.73% -
XYZ 31.25 41.81 23.25 -
YUV 163.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 138 186 117 0.26 0 0.37 0.27 101.74 0.33 0.59
Hex 8A BA 75 1A 0 25 1B 66 21 3B
Octal 212 272 165 32 0 45 33 146 41 73
Binary 10001010 10111010 1110101 11010 0 100101 11011 1100110 100001 111011

Color Harmonies of #8ABA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA75

Black with #8ABA75

Text Example


Text Example

White with #8ABA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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