#92B67A

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

Shades of Olivine #92B67A

Tints of Olivine #92B67A

Color information

#92B67A (or 0x92B67A) is unknown color: approx Olivine. HEX triplet: 92, B6 and 7A. RGB value is (146,182,122). Sum of RGB (Red+Green+Blue) = 146+182+122=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #92B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B67A is #6D4985. Grayscale: #A4A4A4. Windows color (decimal): -7162246 or 8042130. OLE color: 8042130.

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

Color convert

RGB146182122-
CMYK0.2000.330.29
HSL96º29.13%59.61%-
HSV(B)96º32.97%71.37%-
XYZ32.0940.9724.63-
YUV164.4104.07114.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=32.44%
G=40.44%
B=27.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461821220.2000.330.299629.1359.61
Hex92B67A140211D601d3c
Octal22226617224041351403574
Binary1001001010110110111101010100010000111101110000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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