#06430C

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

Shades of Myrtle #06430C

Tints of Myrtle #06430C

Color information

#06430C (or 0x06430C) is unknown color: approx Myrtle. HEX triplet: 06, 43 and 0C. RGB value is (6,67,12). Sum of RGB (Red+Green+Blue) = 6+67+12=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #06430C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06430C is #F9BCF3. Grayscale: #2A2A2A. Windows color (decimal): -16366836 or 803590. OLE color: 803590.

HSL color Cylindrical-coordinate representation of color #06430C: hue angle of 125.9º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06430C is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB66712-
CMYK0.9100.820.74
HSL125.9º83.56%14.31%-
HSV(B)125.9º91.04%26.27%-
XYZ2.154.081.02-
YUV42.49110.79101.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 67 (26.56% from 255) = 78.82%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=7.06%
G=78.82%
B=14.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667120.9100.820.74125.983.5614.31
Hex643C5B0524A7e54e
Octal610314133012211217612416
Binary110100001111001011011010100101001010111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06430C; }

 p { color: rgb(6,67,12); }

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

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

 a { background-color: rgb(6,67,12); }

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

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

 span { border-color: rgb(6,67,12); }

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