#92B67F

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

Shades of Olivine #92B67F

Tints of Olivine #92B67F

Color information

#92B67F (or 0x92B67F) is unknown color: approx Olivine. HEX triplet: 92, B6 and 7F. RGB value is (146,182,127). Sum of RGB (Red+Green+Blue) = 146+182+127=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #92B67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B67F is #6D4980. Grayscale: #A5A5A5. Windows color (decimal): -7162241 or 8369810. OLE color: 8369810.

HSL color Cylindrical-coordinate representation of color #92B67F: hue angle of 99.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92B67F is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB146182127-
CMYK0.2000.300.29
HSL99.27º27.36%60.59%-
HSV(B)99.27º30.22%71.37%-
XYZ32.4141.126.3-
YUV164.97106.57114.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.09%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 127 (50% from 255) = 27.91%
R=32.09%
G=40%
B=27.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461821270.2000.300.2999.2727.3660.59
Hex92B67F1401E1D631b3d
Octal22226617724036351433375
Binary100100101011011011111111010001111011101110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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