#92AE6C

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

Shades of Olivine #92AE6C

Tints of Olivine #92AE6C

Color information

#92AE6C (or 0x92AE6C) is unknown color: approx Olivine. HEX triplet: 92, AE and 6C. RGB value is (146,174,108). Sum of RGB (Red+Green+Blue) = 146+174+108=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AE6C is #6D5193. Grayscale: #9E9E9E. Windows color (decimal): -7164308 or 7122578. OLE color: 7122578.

HSL color Cylindrical-coordinate representation of color #92AE6C: hue angle of 85.45º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92AE6C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB146174108-
CMYK0.1600.380.32
HSL85.45º28.95%55.29%-
HSV(B)85.45º37.93%68.24%-
XYZ29.737.4719.85-
YUV158.199.72119.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=34.11%
G=40.65%
B=25.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461741080.1600.380.3285.4528.9555.29
Hex92AE6C1002620551d37
Octal22225615420046401253567
Binary10010010101011101101100100000100110100000101010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,174,108); }

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

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

 a { background-color: rgb(146,174,108); }

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

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

 span { border-color: rgb(146,174,108); }

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