Html Css Color HEX #8AB872 Olivine

📋 copy color: '#8AB872'

red 138 ◦ green 184 ◦ blue 114

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

Shades of Olivine #8AB872

Tints of Olivine #8AB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.2%

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

R = 31.65%
G = 42.2%
B = 26.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#8AB872 (or 0x8AB872) is known color: Olivine. HEX triplet: 8A, B8 and 72. RGB value is (138,184,114). Sum of RGB (Red+Green+Blue) = 138+184+114=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB872 is #75478D. Grayscale: #A2A2A2. Windows color (decimal): -7686030 or 7518346. OLE color: 7518346.

HSL color Cylindrical-coordinate representation of color #8AB872: hue angle of 99.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AB872 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 114 -
CMYK 0.25 0 0.38 0.28
HSL 99.43º 0.33% 0.58% -
HSV(B) 99.43º 0.38% 0.72% -
XYZ 30.66 40.9 22.2 -
YUV 162.27 100.76 110.69 -
System Red Green Blue C M Y K H S L
Decimal 138 184 114 0.25 0 0.38 0.28 99.43 0.33 0.58
Hex 8A B8 72 19 0 26 1C 63 21 3A
Octal 212 270 162 31 0 46 34 143 41 72
Binary 10001010 10111000 1110010 11001 0 100110 11100 1100011 100001 111010

Color Harmonies of #8AB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB872

Black with #8AB872

Text Example


Text Example

White with #8AB872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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