#92AC6E

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

Shades of Olivine #92AC6E

Tints of Olivine #92AC6E

Color information

#92AC6E (or 0x92AC6E) is unknown color: approx Olivine. HEX triplet: 92, AC and 6E. RGB value is (146,172,110). Sum of RGB (Red+Green+Blue) = 146+172+110=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AC6E is #6D5391. Grayscale: #9D9D9D. Windows color (decimal): -7164818 or 7253138. OLE color: 7253138.

HSL color Cylindrical-coordinate representation of color #92AC6E: hue angle of 85.16º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92AC6E is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB146172110-
CMYK0.1500.360.33
HSL85.16º27.19%55.29%-
HSV(B)85.16º36.05%67.45%-
XYZ29.4236.7420.29-
YUV157.16101.39120.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=34.11%
G=40.19%
B=25.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461721100.1500.360.3385.1627.1955.29
Hex92AC6EF02421551b37
Octal22225415617044411253367
Binary1001001010101100110111011110100100100001101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AC6E; }

 p { color: rgb(146,172,110); }

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

<style>
 a { background-color: #92AC6E; }

 a { background-color: rgb(146,172,110); }

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

<style>
 span { border-color: #92AC6E; }

 span { border-color: rgb(146,172,110); }

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