#92B37A

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

Shades of Olivine #92B37A

Tints of Olivine #92B37A

Color information

#92B37A (or 0x92B37A) is unknown color: approx Olivine. HEX triplet: 92, B3 and 7A. RGB value is (146,179,122). Sum of RGB (Red+Green+Blue) = 146+179+122=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #92B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B37A is #6D4C85. Grayscale: #A2A2A2. Windows color (decimal): -7163014 or 8041362. OLE color: 8041362.

HSL color Cylindrical-coordinate representation of color #92B37A: hue angle of 94.74º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92B37A is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB146179122-
CMYK0.1800.320.30
HSL94.74º27.27%59.02%-
HSV(B)94.74º31.84%70.2%-
XYZ31.4939.7624.43-
YUV162.64105.07116.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=32.66%
G=40.04%
B=27.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461791220.1800.320.3094.7427.2759.02
Hex92B37A120201E5f1b3b
Octal22226317222040361373373
Binary1001001010110011111101010010010000011110101111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,179,122); }

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

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

 a { background-color: rgb(146,179,122); }

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

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

 span { border-color: rgb(146,179,122); }

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