#92BF78

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

Shades of Olivine #92BF78

Tints of Olivine #92BF78

Color information

#92BF78 (or 0x92BF78) is unknown color: approx Olivine. HEX triplet: 92, BF and 78. RGB value is (146,191,120). Sum of RGB (Red+Green+Blue) = 146+191+120=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BF78 is #6D4087. Grayscale: #A9A9A9. Windows color (decimal): -7159944 or 7913362. OLE color: 7913362.

HSL color Cylindrical-coordinate representation of color #92BF78: hue angle of 98.03º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92BF78 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB146191120-
CMYK0.2400.370.25
HSL98.03º35.68%60.98%-
HSV(B)98.03º37.17%74.9%-
XYZ33.8844.7324.62-
YUV169.45100.09111.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=31.95%
G=41.79%
B=26.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461911200.2400.370.2598.0335.6860.98
Hex92BF78180251962243d
Octal22227717030045311424475
Binary10010010101111111111000110000100101110011100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,191,120); }

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

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

 a { background-color: rgb(146,191,120); }

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

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

 span { border-color: rgb(146,191,120); }

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