Html Css Color HEX #8AB372 Olivine

📋 copy color: '#8AB372'

red 138 ◦ green 179 ◦ blue 114

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

Shades of Olivine #8AB372

Tints of Olivine #8AB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 32.02%
G = 41.53%
B = 26.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#8AB372 (or 0x8AB372) is known color: Olivine. HEX triplet: 8A, B3 and 72. RGB value is (138,179,114). Sum of RGB (Red+Green+Blue) = 138+179+114=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB372 is #754C8D. Grayscale: #9F9F9F. Windows color (decimal): -7687310 or 7517066. OLE color: 7517066.

HSL color Cylindrical-coordinate representation of color #8AB372: hue angle of 97.85º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AB372 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 114 -
CMYK 0.23 0 0.36 0.30
HSL 97.85º 0.3% 0.57% -
HSV(B) 97.85º 0.36% 0.7% -
XYZ 29.64 38.86 21.86 -
YUV 159.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 138 179 114 0.23 0 0.36 0.30 97.85 0.3 0.57
Hex 8A B3 72 17 0 24 1E 62 1E 39
Octal 212 263 162 27 0 44 36 142 36 71
Binary 10001010 10110011 1110010 10111 0 100100 11110 1100010 11110 111001

Color Harmonies of #8AB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB372

Black with #8AB372

Text Example


Text Example

White with #8AB372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,179,114); }

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

background-color css

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

 a { background-color: rgb(138,179,114); }

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

border-color css

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

 span { border-color: rgb(138,179,114); }

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