Html Css Color HEX #8AB46D Olivine

📋 copy color: '#8AB46D'

red 138 ◦ green 180 ◦ blue 109

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

Shades of Olivine #8AB46D

Tints of Olivine #8AB46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 32.32%
G = 42.15%
B = 25.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#8AB46D (or 0x8AB46D) is known color: Olivine. HEX triplet: 8A, B4 and 6D. RGB value is (138,180,109). Sum of RGB (Red+Green+Blue) = 138+180+109=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB46D is #754B92. Grayscale: #9F9F9F. Windows color (decimal): -7687059 or 7189642. OLE color: 7189642.

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

Color convert

RGB 138 180 109 -
CMYK 0.23 0 0.39 0.29
HSL 95.49º 0.32% 0.57% -
HSV(B) 95.49º 0.39% 0.71% -
XYZ 29.56 39.15 20.47 -
YUV 159.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 138 180 109 0.23 0 0.39 0.29 95.49 0.32 0.57
Hex 8A B4 6D 17 0 27 1D 5F 20 39
Octal 212 264 155 27 0 47 35 137 40 71
Binary 10001010 10110100 1101101 10111 0 100111 11101 1011111 100000 111001

Color Harmonies of #8AB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB46D

Black with #8AB46D

Text Example


Text Example

White with #8AB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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