#06450F

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

Shades of Myrtle #06450F

Tints of Myrtle #06450F

Color information

#06450F (or 0x06450F) is unknown color: approx Myrtle. HEX triplet: 06, 45 and 0F. RGB value is (6,69,15). Sum of RGB (Red+Green+Blue) = 6+69+15=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #06450F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06450F is #F9BAF0. Grayscale: #2C2C2C. Windows color (decimal): -16366321 or 1000710. OLE color: 1000710.

HSL color Cylindrical-coordinate representation of color #06450F: hue angle of 128.57º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06450F is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB66915-
CMYK0.9100.780.73
HSL128.57º84%14.71%-
HSV(B)128.57º91.3%27.06%-
XYZ2.294.331.17-
YUV44.01111.63100.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 69 (27.34% from 255) = 76.67%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=6.67%
G=76.67%
B=16.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669150.9100.780.73128.578414.71
Hex645F5B04E498154f
Octal610517133011611120112417
Binary1101000101111110110110100111010010011000000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06450F; }

 p { color: rgb(6,69,15); }

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

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

 a { background-color: rgb(6,69,15); }

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

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

 span { border-color: rgb(6,69,15); }

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