Html Css Color HEX #8AB46C Olivine

📋 copy color: '#8AB46C'

red 138 ◦ green 180 ◦ blue 108

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

Shades of Olivine #8AB46C

Tints of Olivine #8AB46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.35%

R = 32.39%
G = 42.25%
B = 25.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#8AB46C (or 0x8AB46C) is known color: Olivine. HEX triplet: 8A, B4 and 6C. RGB value is (138,180,108). Sum of RGB (Red+Green+Blue) = 138+180+108=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB46C is #754B93. Grayscale: #9F9F9F. Windows color (decimal): -7687060 or 7124106. OLE color: 7124106.

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

Color convert

RGB 138 180 108 -
CMYK 0.23 0 0.40 0.29
HSL 95º 0.32% 0.56% -
HSV(B) 95º 0.4% 0.71% -
XYZ 29.51 39.13 20.18 -
YUV 159.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 138 180 108 0.23 0 0.40 0.29 95 0.32 0.56
Hex 8A B4 6C 17 0 28 1D 5F 20 38
Octal 212 264 154 27 0 50 35 137 40 70
Binary 10001010 10110100 1101100 10111 0 101000 11101 1011111 100000 111000

Color Harmonies of #8AB46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB46C

Black with #8AB46C

Text Example


Text Example

White with #8AB46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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