Html Css Color HEX #06480A Myrtle

📋 copy color: '#06480A'

red 6 ◦ green 72 ◦ blue 10

#06480A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #06480A

Tints of Myrtle #06480A

RGB

 RED value IS 6 (2.73% from 255) = 6.82%

 GREEN value IS 72 (28.52% from 255) = 81.82%

 BLUE value IS 10 (4.3% from 255) = 11.36%

R = 6.82%
G = 81.82%
B = 11.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#06480A (or 0x06480A) is known color: Myrtle. HEX triplet: 06, 48 and 0A. RGB value is (6,72,10). Sum of RGB (Red+Green+Blue) = 6+72+10=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 72 (28.52% from 255 or 81.82% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 72 - color contains mainly: green. Hex color #06480A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06480A is #F9B7F5. Grayscale: #2D2D2D. Windows color (decimal): -16365558 or 673798. OLE color: 673798.

HSL color Cylindrical-coordinate representation of color #06480A: hue angle of 123.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06480A is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 10 -
CMYK 0.92 0 0.86 0.72
HSL 123.64º 0.85% 0.15% -
HSV(B) 123.64º 0.92% 0.28% -
XYZ 2.45 4.7 1.06 -
YUV 45.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 6 72 10 0.92 0 0.86 0.72 123.64 0.85 0.15
Hex 6 48 A 5C 0 56 48 7C 55 F
Octal 6 110 12 134 0 126 110 174 125 17
Binary 110 1001000 1010 1011100 0 1010110 1001000 1111100 1010101 1111

Color Harmonies of #06480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06480A

Black with #06480A

Text Example


Text Example

White with #06480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06480A; }

 p { color: rgb(6,72,10); }

 H1.HeaderClassName
 {
   color: #06480A;
 }
 .AnyTagClassName
 {
   color: #06480A;
 }
</style>

background-color css

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

 a { background-color: rgb(6,72,10); }

 div.DivClassName
 {
   background-color: #06480A;
 }
 .BgClassName
 {
   background-color: #06480A;
 }
</style>

border-color css

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

 span { border-color: rgb(6,72,10); }

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