Html Css Color HEX #06450C Myrtle

📋 copy color: '#06450C'

red 6 ◦ green 69 ◦ blue 12

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

Shades of Myrtle #06450C

Tints of Myrtle #06450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 79.31%

 BLUE value IS 12 (5.08% from 255) = 13.79%

R = 6.9%
G = 79.31%
B = 13.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#06450C (or 0x06450C) is known color: Myrtle. HEX triplet: 06, 45 and 0C. RGB value is (6,69,12). Sum of RGB (Red+Green+Blue) = 6+69+12=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 69 (27.34% from 255 or 79.31% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 69 - color contains mainly: green. Hex color #06450C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06450C is #F9BAF3. Grayscale: #2B2B2B. Windows color (decimal): -16366324 or 804102. OLE color: 804102.

HSL color Cylindrical-coordinate representation of color #06450C: hue angle of 125.71º 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 #06450C is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 69 12 -
CMYK 0.91 0 0.83 0.73
HSL 125.71º 0.84% 0.15% -
HSV(B) 125.71º 0.91% 0.27% -
XYZ 2.27 4.32 1.06 -
YUV 43.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 6 69 12 0.91 0 0.83 0.73 125.71 0.84 0.15
Hex 6 45 C 5B 0 53 49 7E 54 F
Octal 6 105 14 133 0 123 111 176 124 17
Binary 110 1000101 1100 1011011 0 1010011 1001001 1111110 1010100 1111

Color Harmonies of #06450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06450C

Black with #06450C

Text Example


Text Example

White with #06450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06450C;
 }
 .AnyTagClassName
 {
   color: #06450C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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