#92B764

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

Shades of Olivine #92B764

Tints of Olivine #92B764

Color information

#92B764 (or 0x92B764) is unknown color: approx Olivine. HEX triplet: 92, B7 and 64. RGB value is (146,183,100). Sum of RGB (Red+Green+Blue) = 146+183+100=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #92B764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B764 is #6D489B. Grayscale: #A2A2A2. Windows color (decimal): -7162012 or 6600594. OLE color: 6600594.

HSL color Cylindrical-coordinate representation of color #92B764: hue angle of 86.75º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92B764 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB146183100-
CMYK0.2000.450.28
HSL86.75º36.56%55.49%-
HSV(B)86.75º45.36%71.76%-
XYZ31.0940.918.31-
YUV162.4892.74116.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=34.03%
G=42.66%
B=23.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461831000.2000.450.2886.7536.5655.49
Hex92B7641402D1C572537
Octal22226714424055341274567
Binary10010010101101111100100101000101101111001010111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,183,100); }

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

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

 a { background-color: rgb(146,183,100); }

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

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

 span { border-color: rgb(146,183,100); }

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