#082701

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

Shades of Myrtle #082701

Tints of Myrtle #082701

Color information

#082701 (or 0x082701) is unknown color: approx Myrtle. HEX triplet: 08, 27 and 01. RGB value is (8,39,1). Sum of RGB (Red+Green+Blue) = 8+39+1=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 39 (15.62% from 255 or 81.25% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 39 - color contains mainly: green. Hex color #082701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082701 is #F7D8FE. Grayscale: #191919. Windows color (decimal): -16242943 or 75528. OLE color: 75528.

HSL color Cylindrical-coordinate representation of color #082701: hue angle of 108.95º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082701 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB8391-
CMYK0.7900.970.85
HSL108.95º95%7.84%-
HSV(B)108.95º97.44%15.29%-
XYZ0.831.50.28-
YUV25.4114.23115.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 39 (15.62% from 255) = 81.25%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=16.67%
G=81.25%
B=2.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal83910.7900.970.85108.95957.84
Hex82714F061556d5f8
Octal10471117014112515513710
Binary100010011111001111011000011010101110110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082701; }

 p { color: rgb(8,39,1); }

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

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

 a { background-color: rgb(8,39,1); }

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

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

 span { border-color: rgb(8,39,1); }

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