Html Css Color HEX #8AB772 Olivine

📋 copy color: '#8AB772'

red 138 ◦ green 183 ◦ blue 114

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

Shades of Olivine #8AB772

Tints of Olivine #8AB772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.07%

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

R = 31.72%
G = 42.07%
B = 26.21%

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

#8AB772 (or 0x8AB772) is known color: Olivine. HEX triplet: 8A, B7 and 72. RGB value is (138,183,114). Sum of RGB (Red+Green+Blue) = 138+183+114=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB772 is #75488D. Grayscale: #A1A1A1. Windows color (decimal): -7686286 or 7518090. OLE color: 7518090.

HSL color Cylindrical-coordinate representation of color #8AB772: hue angle of 99.13º degrees, saturation: 0.32, 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 #8AB772 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 114 -
CMYK 0.25 0 0.38 0.28
HSL 99.13º 0.32% 0.58% -
HSV(B) 99.13º 0.38% 0.72% -
XYZ 30.45 40.49 22.13 -
YUV 161.68 101.09 111.11 -
System Red Green Blue C M Y K H S L
Decimal 138 183 114 0.25 0 0.38 0.28 99.13 0.32 0.58
Hex 8A B7 72 19 0 26 1C 63 20 3A
Octal 212 267 162 31 0 46 34 143 40 72
Binary 10001010 10110111 1110010 11001 0 100110 11100 1100011 100000 111010

Color Harmonies of #8AB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB772

Black with #8AB772

Text Example


Text Example

White with #8AB772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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