Html Css Color HEX #8AB572 Olivine

📋 copy color: '#8AB572'

red 138 ◦ green 181 ◦ blue 114

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

Shades of Olivine #8AB572

Tints of Olivine #8AB572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.8%

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

R = 31.87%
G = 41.8%
B = 26.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#8AB572 (or 0x8AB572) is known color: Olivine. HEX triplet: 8A, B5 and 72. RGB value is (138,181,114). Sum of RGB (Red+Green+Blue) = 138+181+114=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB572 is #754A8D. Grayscale: #A0A0A0. Windows color (decimal): -7686798 or 7517578. OLE color: 7517578.

HSL color Cylindrical-coordinate representation of color #8AB572: hue angle of 98.51º 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 #8AB572 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 114 -
CMYK 0.24 0 0.37 0.29
HSL 98.51º 0.31% 0.58% -
HSV(B) 98.51º 0.37% 0.71% -
XYZ 30.04 39.67 21.99 -
YUV 160.51 101.75 111.95 -
System Red Green Blue C M Y K H S L
Decimal 138 181 114 0.24 0 0.37 0.29 98.51 0.31 0.58
Hex 8A B5 72 18 0 25 1D 63 1F 3A
Octal 212 265 162 30 0 45 35 143 37 72
Binary 10001010 10110101 1110010 11000 0 100101 11101 1100011 11111 111010

Color Harmonies of #8AB572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB572

Black with #8AB572

Text Example


Text Example

White with #8AB572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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