#92B87F

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

Shades of Olivine #92B87F

Tints of Olivine #92B87F

Color information

#92B87F (or 0x92B87F) is unknown color: approx Olivine. HEX triplet: 92, B8 and 7F. RGB value is (146,184,127). Sum of RGB (Red+Green+Blue) = 146+184+127=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #92B87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B87F is #6D4780. Grayscale: #A6A6A6. Windows color (decimal): -7161729 or 8370322. OLE color: 8370322.

HSL color Cylindrical-coordinate representation of color #92B87F: hue angle of 100º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92B87F is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB146184127-
CMYK0.2100.310.28
HSL100º28.64%60.98%-
HSV(B)100º30.98%72.16%-
XYZ32.8341.9226.44-
YUV166.14105.91113.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 127 (50% from 255) = 27.79%
R=31.95%
G=40.26%
B=27.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461841270.2100.310.2810028.6460.98
Hex92B87F1501F1C641d3d
Octal22227017725037341443575
Binary100100101011100011111111010101111111100110010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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