#92a57f

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

Shades of Olivine #92A57F

Tints of Olivine #92A57F

Color information

#92A57F (or 0x92A57F) is unknown color: approx Olivine. HEX triplet: 92, A5 and 7F. RGB value is (146,165,127). Sum of RGB (Red+Green+Blue) = 146+165+127=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #92A57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A57F is #6D5A80. Grayscale: #9B9B9B. Windows color (decimal): -7166593 or 8365458. OLE color: 8365458.

HSL color Cylindrical-coordinate representation of color #92A57F: hue angle of 90º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92A57F is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB146165127-
CMYK0.1200.230.35
HSL90º17.43%57.25%-
HSV(B)90º23.03%64.71%-
XYZ29.1434.5525.21-
YUV154.99112.21121.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 37.67%
BLUE value IS 127 (50% from 255) = 29.00%
R=33.33%
G=37.67%
B=29.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461651270.1200.230.359017.4357.25
Hex92A57FC017235a1139
Octal22224517714027431322171
Binary100100101010010111111111100010111100011101101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92a57f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,165,127); }

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

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

 a { background-color: rgb(146,165,127); }

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

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

 span { border-color: rgb(146,165,127); }

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