#92C071

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

Shades of Olivine #92C071

Tints of Olivine #92C071

Color information

#92C071 (or 0x92C071) is unknown color: approx Olivine. HEX triplet: 92, C0 and 71. RGB value is (146,192,113). Sum of RGB (Red+Green+Blue) = 146+192+113=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #92C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C071 is #6D3F8E. Grayscale: #A9A9A9. Windows color (decimal): -7159695 or 7454866. OLE color: 7454866.

HSL color Cylindrical-coordinate representation of color #92C071: hue angle of 94.94º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92C071 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB146192113-
CMYK0.2400.410.25
HSL94.94º38.54%59.8%-
HSV(B)94.94º41.15%75.29%-
XYZ33.684522.53-
YUV169.2496.26111.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.37%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=32.37%
G=42.57%
B=25.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921130.2400.410.2594.9438.5459.8
Hex92C07118029195f273c
Octal22230016130051311374774
Binary10010010110000001110001110000101001110011011111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,192,113); }

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

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

 a { background-color: rgb(146,192,113); }

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

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

 span { border-color: rgb(146,192,113); }

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