Html Css Color HEX #8AB272 Olivine

📋 copy color: '#8AB272'

red 138 ◦ green 178 ◦ blue 114

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

Shades of Olivine #8AB272

Tints of Olivine #8AB272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.4%

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 32.09%
G = 41.4%
B = 26.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#8AB272 (or 0x8AB272) is known color: Olivine. HEX triplet: 8A, B2 and 72. RGB value is (138,178,114). Sum of RGB (Red+Green+Blue) = 138+178+114=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB272 is #754D8D. Grayscale: #9E9E9E. Windows color (decimal): -7687566 or 7516810. OLE color: 7516810.

HSL color Cylindrical-coordinate representation of color #8AB272: hue angle of 97.5º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AB272 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 178 114 -
CMYK 0.22 0 0.36 0.30
HSL 97.5º 0.29% 0.57% -
HSV(B) 97.5º 0.36% 0.7% -
XYZ 29.44 38.46 21.79 -
YUV 158.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 138 178 114 0.22 0 0.36 0.30 97.5 0.29 0.57
Hex 8A B2 72 16 0 24 1E 62 1D 39
Octal 212 262 162 26 0 44 36 142 35 71
Binary 10001010 10110010 1110010 10110 0 100100 11110 1100010 11101 111001

Color Harmonies of #8AB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB272

Black with #8AB272

Text Example


Text Example

White with #8AB272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,178,114); }

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

background-color css

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

 a { background-color: rgb(138,178,114); }

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

border-color css

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

 span { border-color: rgb(138,178,114); }

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