Html Css Color HEX #8AB66B Olivine

📋 copy color: '#8AB66B'

red 138 ◦ green 182 ◦ blue 107

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

Shades of Olivine #8AB66B

Tints of Olivine #8AB66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 32.32%
G = 42.62%
B = 25.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#8AB66B (or 0x8AB66B) is known color: Olivine. HEX triplet: 8A, B6 and 6B. RGB value is (138,182,107). Sum of RGB (Red+Green+Blue) = 138+182+107=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB66B is #754994. Grayscale: #A0A0A0. Windows color (decimal): -7686549 or 7059082. OLE color: 7059082.

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

Color convert

RGB 138 182 107 -
CMYK 0.24 0 0.41 0.29
HSL 95.2º 0.34% 0.57% -
HSV(B) 95.2º 0.41% 0.71% -
XYZ 29.86 39.92 20.04 -
YUV 160.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 138 182 107 0.24 0 0.41 0.29 95.2 0.34 0.57
Hex 8A B6 6B 18 0 29 1D 5F 22 39
Octal 212 266 153 30 0 51 35 137 42 71
Binary 10001010 10110110 1101011 11000 0 101001 11101 1011111 100010 111001

Color Harmonies of #8AB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB66B

Black with #8AB66B

Text Example


Text Example

White with #8AB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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