#92AF7F

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

Shades of Olivine #92AF7F

Tints of Olivine #92AF7F

Color information

#92AF7F (or 0x92AF7F) is unknown color: approx Olivine. HEX triplet: 92, AF and 7F. RGB value is (146,175,127). Sum of RGB (Red+Green+Blue) = 146+175+127=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AF7F is #6D5080. Grayscale: #A1A1A1. Windows color (decimal): -7164033 or 8368018. OLE color: 8368018.

HSL color Cylindrical-coordinate representation of color #92AF7F: hue angle of 96.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92AF7F is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB146175127-
CMYK0.1700.270.31
HSL96.25º23.08%59.22%-
HSV(B)96.25º27.43%68.63%-
XYZ31.0138.325.84-
YUV160.86108.89117.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.59%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 127 (50% from 255) = 28.35%
R=32.59%
G=39.06%
B=28.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461751270.1700.270.3196.2523.0859.22
Hex92AF7F1101B1F60173b
Octal22225717721033371402773
Binary100100101010111111111111000101101111111110000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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