#92B073

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

Shades of Olivine #92B073

Tints of Olivine #92B073

Color information

#92B073 (or 0x92B073) is unknown color: approx Olivine. HEX triplet: 92, B0 and 73. RGB value is (146,176,115). Sum of RGB (Red+Green+Blue) = 146+176+115=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #92B073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92B073 is #6D4F8C. Grayscale: #A0A0A0. Windows color (decimal): -7163789 or 7581842. OLE color: 7581842.

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

Color convert

RGB146176115-
CMYK0.1700.350.31
HSL89.51º27.85%57.06%-
HSV(B)89.51º34.66%69.02%-
XYZ30.4738.422.03-
YUV160.08102.56117.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=33.41%
G=40.27%
B=26.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461761150.1700.350.3189.5127.8557.06
Hex92B073110231F5a1c39
Octal22226016321043371323471
Binary1001001010110000111001110001010001111111101101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,176,115); }

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

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

 a { background-color: rgb(146,176,115); }

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

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

 span { border-color: rgb(146,176,115); }

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