#165700

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

Shades of Myrtle #165700

Tints of Myrtle #165700

Color information

#165700 (or 0x165700) is unknown color: approx Myrtle. HEX triplet: 16, 57 and 00. RGB value is (22,87,0). Sum of RGB (Red+Green+Blue) = 22+87+0=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 87 (34.38% from 255 or 79.82% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 87 - color contains mainly: green. Hex color #165700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165700 is #E9A8FF. Grayscale: #393939. Windows color (decimal): -15313152 or 22294. OLE color: 22294.

HSL color Cylindrical-coordinate representation of color #165700: hue angle of 104.83º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #165700 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB22870-
CMYK0.75010.66
HSL104.83º100%17.06%-
HSV(B)104.83º100%34.12%-
XYZ3.746.991.15-
YUV57.6595.47102.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 87 (34.38% from 255) = 79.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.18%
G=79.82%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal228700.75010.66104.8310017.06
Hex165704B06442696411
Octal261270113014410215114421
Binary101101010111010010110110010010000101101001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165700; }

 p { color: rgb(22,87,0); }

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

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

 a { background-color: rgb(22,87,0); }

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

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

 span { border-color: rgb(22,87,0); }

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