Html Css Color HEX #8AB473 Olivine

📋 copy color: '#8AB473'

red 138 ◦ green 180 ◦ blue 115

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

Shades of Olivine #8AB473

Tints of Olivine #8AB473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.56%

R = 31.87%
G = 41.57%
B = 26.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#8AB473 (or 0x8AB473) is known color: Olivine. HEX triplet: 8A, B4 and 73. RGB value is (138,180,115). Sum of RGB (Red+Green+Blue) = 138+180+115=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB473 is #754B8C. Grayscale: #A0A0A0. Windows color (decimal): -7687053 or 7582858. OLE color: 7582858.

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

Color convert

RGB 138 180 115 -
CMYK 0.23 0 0.36 0.29
HSL 98.77º 0.3% 0.58% -
HSV(B) 98.77º 0.36% 0.71% -
XYZ 29.9 39.28 22.23 -
YUV 160.03 102.59 112.29 -
System Red Green Blue C M Y K H S L
Decimal 138 180 115 0.23 0 0.36 0.29 98.77 0.3 0.58
Hex 8A B4 73 17 0 24 1D 63 1E 3A
Octal 212 264 163 27 0 44 35 143 36 72
Binary 10001010 10110100 1110011 10111 0 100100 11101 1100011 11110 111010

Color Harmonies of #8AB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB473

Black with #8AB473

Text Example


Text Example

White with #8AB473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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