Html Css Color HEX #8AB973 Olivine

📋 copy color: '#8AB973'

red 138 ◦ green 185 ◦ blue 115

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

Shades of Olivine #8AB973

Tints of Olivine #8AB973

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

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

R = 31.51%
G = 42.24%
B = 26.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#8AB973 (or 0x8AB973) is known color: Olivine. HEX triplet: 8A, B9 and 73. RGB value is (138,185,115). Sum of RGB (Red+Green+Blue) = 138+185+115=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB973 is #75468C. Grayscale: #A3A3A3. Windows color (decimal): -7685773 or 7584138. OLE color: 7584138.

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

Color convert

RGB 138 185 115 -
CMYK 0.25 0 0.38 0.27
HSL 100.29º 0.33% 0.59% -
HSV(B) 100.29º 0.38% 0.73% -
XYZ 30.92 41.34 22.57 -
YUV 162.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 138 185 115 0.25 0 0.38 0.27 100.29 0.33 0.59
Hex 8A B9 73 19 0 26 1B 64 21 3B
Octal 212 271 163 31 0 46 33 144 41 73
Binary 10001010 10111001 1110011 11001 0 100110 11011 1100100 100001 111011

Color Harmonies of #8AB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB973

Black with #8AB973

Text Example


Text Example

White with #8AB973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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