Html Css Color HEX #8AB66D Olivine

📋 copy color: '#8AB66D'

red 138 ◦ green 182 ◦ blue 109

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

Shades of Olivine #8AB66D

Tints of Olivine #8AB66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.42%

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

R = 32.17%
G = 42.42%
B = 25.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#8AB66D (or 0x8AB66D) is known color: Olivine. HEX triplet: 8A, B6 and 6D. RGB value is (138,182,109). Sum of RGB (Red+Green+Blue) = 138+182+109=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB66D is #754992. Grayscale: #A0A0A0. Windows color (decimal): -7686547 or 7190154. OLE color: 7190154.

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

Color convert

RGB 138 182 109 -
CMYK 0.24 0 0.40 0.29
HSL 96.16º 0.33% 0.57% -
HSV(B) 96.16º 0.4% 0.71% -
XYZ 29.97 39.96 20.6 -
YUV 160.52 98.92 111.94 -
System Red Green Blue C M Y K H S L
Decimal 138 182 109 0.24 0 0.40 0.29 96.16 0.33 0.57
Hex 8A B6 6D 18 0 28 1D 60 21 39
Octal 212 266 155 30 0 50 35 140 41 71
Binary 10001010 10110110 1101101 11000 0 101000 11101 1100000 100001 111001

Color Harmonies of #8AB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB66D

Black with #8AB66D

Text Example


Text Example

White with #8AB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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