#92AE7E

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

Shades of Olivine #92AE7E

Tints of Olivine #92AE7E

Color information

#92AE7E (or 0x92AE7E) is unknown color: approx Olivine. HEX triplet: 92, AE and 7E. RGB value is (146,174,126). Sum of RGB (Red+Green+Blue) = 146+174+126=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AE7E is #6D5181. Grayscale: #A0A0A0. Windows color (decimal): -7164290 or 8302226. OLE color: 8302226.

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

Color convert

RGB146174126-
CMYK0.1600.280.32
HSL95º22.86%58.82%-
HSV(B)95º27.59%68.24%-
XYZ30.7637.8925.43-
YUV160.16108.72117.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.74%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=32.74%
G=39.01%
B=28.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461741260.1600.280.329522.8658.82
Hex92AE7E1001C205f173b
Octal22225617620034401372773
Binary1001001010101110111111010000011100100000101111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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