Html Css Color HEX #8AB877 Olivine

📋 copy color: '#8AB877'

red 138 ◦ green 184 ◦ blue 119

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

Shades of Olivine #8AB877

Tints of Olivine #8AB877

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.72%

 BLUE value IS 119 (46.88% from 255) = 26.98%

R = 31.29%
G = 41.72%
B = 26.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#8AB877 (or 0x8AB877) is known color: Olivine. HEX triplet: 8A, B8 and 77. RGB value is (138,184,119). Sum of RGB (Red+Green+Blue) = 138+184+119=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB877 is #754788. Grayscale: #A3A3A3. Windows color (decimal): -7686025 or 7846026. OLE color: 7846026.

HSL color Cylindrical-coordinate representation of color #8AB877: hue angle of 102.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AB877 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 119 -
CMYK 0.25 0 0.35 0.28
HSL 102.46º 0.31% 0.59% -
HSV(B) 102.46º 0.35% 0.72% -
XYZ 30.95 41.02 23.74 -
YUV 162.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 138 184 119 0.25 0 0.35 0.28 102.46 0.31 0.59
Hex 8A B8 77 19 0 23 1C 66 1F 3B
Octal 212 270 167 31 0 43 34 146 37 73
Binary 10001010 10111000 1110111 11001 0 100011 11100 1100110 11111 111011

Color Harmonies of #8AB877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB877

Black with #8AB877

Text Example


Text Example

White with #8AB877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,184,119); }

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

background-color css

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

 a { background-color: rgb(138,184,119); }

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

border-color css

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

 span { border-color: rgb(138,184,119); }

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