#92B071

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

Shades of Olivine #92B071

Tints of Olivine #92B071

Color information

#92B071 (or 0x92B071) is unknown color: approx Olivine. HEX triplet: 92, B0 and 71. RGB value is (146,176,113). Sum of RGB (Red+Green+Blue) = 146+176+113=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #92B071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92B071 is #6D4F8E. Grayscale: #A0A0A0. Windows color (decimal): -7163791 or 7450770. OLE color: 7450770.

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

Color convert

RGB146176113-
CMYK0.1700.360.31
HSL88.57º28.51%56.67%-
HSV(B)88.57º35.8%69.02%-
XYZ30.3638.3521.43-
YUV159.85101.56118.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=33.56%
G=40.46%
B=25.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461761130.1700.360.3188.5728.5156.67
Hex92B071110241F591d39
Octal22226016121044371313571
Binary1001001010110000111000110001010010011111101100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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