Html Css Color HEX #8AB674 Olivine

📋 copy color: '#8AB674'

red 138 ◦ green 182 ◦ blue 116

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

Shades of Olivine #8AB674

Tints of Olivine #8AB674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 31.65%
G = 41.74%
B = 26.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#8AB674 (or 0x8AB674) is known color: Olivine. HEX triplet: 8A, B6 and 74. RGB value is (138,182,116). Sum of RGB (Red+Green+Blue) = 138+182+116=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB674 is #75498B. Grayscale: #A1A1A1. Windows color (decimal): -7686540 or 7648906. OLE color: 7648906.

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

Color convert

RGB 138 182 116 -
CMYK 0.24 0 0.36 0.29
HSL 100º 0.31% 0.58% -
HSV(B) 100º 0.36% 0.71% -
XYZ 30.36 40.12 22.67 -
YUV 161.32 102.42 111.37 -
System Red Green Blue C M Y K H S L
Decimal 138 182 116 0.24 0 0.36 0.29 100 0.31 0.58
Hex 8A B6 74 18 0 24 1D 64 1F 3A
Octal 212 266 164 30 0 44 35 144 37 72
Binary 10001010 10110110 1110100 11000 0 100100 11101 1100100 11111 111010

Color Harmonies of #8AB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB674

Black with #8AB674

Text Example


Text Example

White with #8AB674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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