#165D07

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

Shades of Myrtle #165D07

Tints of Myrtle #165D07

Color information

#165D07 (or 0x165D07) is unknown color: approx Myrtle. HEX triplet: 16, 5D and 07. RGB value is (22,93,7). Sum of RGB (Red+Green+Blue) = 22+93+7=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 93 (36.72% from 255 or 76.23% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 93 - color contains mainly: green. Hex color #165D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165D07 is #E9A2F8. Grayscale: #3E3E3E. Windows color (decimal): -15311609 or 482582. OLE color: 482582.

HSL color Cylindrical-coordinate representation of color #165D07: hue angle of 109.53º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #165D07 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.

Color convert

RGB22937-
CMYK0.7600.920.64
HSL109.53º86%19.61%-
HSV(B)109.53º92.47%36.47%-
XYZ4.288.011.52-
YUV61.9796.9899.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 93 (36.72% from 255) = 76.23%
BLUE value IS 7 (3.12% from 255) = 5.74%
R=18.03%
G=76.23%
B=5.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal229370.7600.920.64109.538619.61
Hex165D74C05C406e5614
Octal261357114013410015612624
Binary10110101110111110011000101110010000001101110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165D07; }

 p { color: rgb(22,93,7); }

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

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

 a { background-color: rgb(22,93,7); }

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

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

 span { border-color: rgb(22,93,7); }

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