Html Css Color HEX #8AB574 Olivine

📋 copy color: '#8AB574'

red 138 ◦ green 181 ◦ blue 116

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

Shades of Olivine #8AB574

Tints of Olivine #8AB574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 31.72%
G = 41.61%
B = 26.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#8AB574 (or 0x8AB574) is known color: Olivine. HEX triplet: 8A, B5 and 74. RGB value is (138,181,116). Sum of RGB (Red+Green+Blue) = 138+181+116=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB574 is #754A8B. Grayscale: #A0A0A0. Windows color (decimal): -7686796 or 7648650. OLE color: 7648650.

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

Color convert

RGB 138 181 116 -
CMYK 0.24 0 0.36 0.29
HSL 99.69º 0.31% 0.58% -
HSV(B) 99.69º 0.36% 0.71% -
XYZ 30.16 39.71 22.6 -
YUV 160.73 102.75 111.79 -
System Red Green Blue C M Y K H S L
Decimal 138 181 116 0.24 0 0.36 0.29 99.69 0.31 0.58
Hex 8A B5 74 18 0 24 1D 64 1F 3A
Octal 212 265 164 30 0 44 35 144 37 72
Binary 10001010 10110101 1110100 11000 0 100100 11101 1100100 11111 111010

Color Harmonies of #8AB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB574

Black with #8AB574

Text Example


Text Example

White with #8AB574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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