#92BF77

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

Shades of Olivine #92BF77

Tints of Olivine #92BF77

Color information

#92BF77 (or 0x92BF77) is unknown color: approx Olivine. HEX triplet: 92, BF and 77. RGB value is (146,191,119). Sum of RGB (Red+Green+Blue) = 146+191+119=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BF77 is #6D4088. Grayscale: #A9A9A9. Windows color (decimal): -7159945 or 7847826. OLE color: 7847826.

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

Color convert

RGB146191119-
CMYK0.2400.380.25
HSL97.5º36%60.78%-
HSV(B)97.5º37.7%74.9%-
XYZ33.8144.724.3-
YUV169.3499.59111.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.02%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=32.02%
G=41.89%
B=26.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461911190.2400.380.2597.53660.78
Hex92BF77180261961243d
Octal22227716730046311414475
Binary10010010101111111110111110000100110110011100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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