Html Css Color HEX #8AB472 Olivine

📋 copy color: '#8AB472'

red 138 ◦ green 180 ◦ blue 114

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

Shades of Olivine #8AB472

Tints of Olivine #8AB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

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

R = 31.94%
G = 41.67%
B = 26.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#8AB472 (or 0x8AB472) is known color: Olivine. HEX triplet: 8A, B4 and 72. RGB value is (138,180,114). Sum of RGB (Red+Green+Blue) = 138+180+114=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB472 is #754B8D. Grayscale: #A0A0A0. Windows color (decimal): -7687054 or 7517322. OLE color: 7517322.

HSL color Cylindrical-coordinate representation of color #8AB472: hue angle of 98.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AB472 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 114 -
CMYK 0.23 0 0.37 0.29
HSL 98.18º 0.31% 0.58% -
HSV(B) 98.18º 0.37% 0.71% -
XYZ 29.84 39.26 21.92 -
YUV 159.92 102.09 112.37 -
System Red Green Blue C M Y K H S L
Decimal 138 180 114 0.23 0 0.37 0.29 98.18 0.31 0.58
Hex 8A B4 72 17 0 25 1D 62 1F 3A
Octal 212 264 162 27 0 45 35 142 37 72
Binary 10001010 10110100 1110010 10111 0 100101 11101 1100010 11111 111010

Color Harmonies of #8AB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB472

Black with #8AB472

Text Example


Text Example

White with #8AB472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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