#8BAF72

Color #8BAF72 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8BAF72

Tints of Olivine #8BAF72

Color information

#8BAF72 (or 0x8BAF72) is unknown color: approx Olivine. HEX triplet: 8B, AF and 72. RGB value is (139,175,114). Sum of RGB (Red+Green+Blue) = 139+175+114=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF72 is #74508D. Grayscale: #9D9D9D. Windows color (decimal): -7622798 or 7516043. OLE color: 7516043.

HSL color Cylindrical-coordinate representation of color #8BAF72: hue angle of 95.41º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BAF72 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB139175114-
CMYK0.2100.350.31
HSL95.41º27.6%56.67%-
HSV(B)95.41º34.86%68.63%-
XYZ29.0137.3621.6-
YUV157.28103.57114.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=32.48%
G=40.89%
B=26.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751140.2100.350.3195.4127.656.67
Hex8BAF72150231F5f1c39
Octal21325716225043371373471
Binary1000101110101111111001010101010001111111101111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,114); }

 H1.HeaderClassName
 {
   color: #8BAF72;
 }
 .AnyTagClassName
 {
   color: #8BAF72;
 }
</style>
background-color css

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

 a { background-color: rgb(139,175,114); }

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

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

 span { border-color: rgb(139,175,114); }

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