Html Css Color HEX #8AB96F Olivine

📋 copy color: '#8AB96F'

red 138 ◦ green 185 ◦ blue 111

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

Shades of Olivine #8AB96F

Tints of Olivine #8AB96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 31.8%
G = 42.63%
B = 25.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#8AB96F (or 0x8AB96F) is known color: Olivine. HEX triplet: 8A, B9 and 6F. RGB value is (138,185,111). Sum of RGB (Red+Green+Blue) = 138+185+111=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB96F is #754690. Grayscale: #A2A2A2. Windows color (decimal): -7685777 or 7321994. OLE color: 7321994.

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

Color convert

RGB 138 185 111 -
CMYK 0.25 0 0.4 0.27
HSL 98.11º 0.35% 0.58% -
HSV(B) 98.11º 0.4% 0.73% -
XYZ 30.7 41.25 21.38 -
YUV 162.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 138 185 111 0.25 0 0.4 0.27 98.11 0.35 0.58
Hex 8A B9 6F 19 0 28 1B 62 23 3A
Octal 212 271 157 31 0 50 33 142 43 72
Binary 10001010 10111001 1101111 11001 0 101000 11011 1100010 100011 111010

Color Harmonies of #8AB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB96F

Black with #8AB96F

Text Example


Text Example

White with #8AB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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