Html Css Color HEX #063F0C Myrtle

📋 copy color: '#063F0C'

red 6 ◦ green 63 ◦ blue 12

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

Shades of Myrtle #063F0C

Tints of Myrtle #063F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 77.78%

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

R = 7.41%
G = 77.78%
B = 14.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#063F0C (or 0x063F0C) is known color: Myrtle. HEX triplet: 06, 3F and 0C. RGB value is (6,63,12). Sum of RGB (Red+Green+Blue) = 6+63+12=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 63 (25% from 255 or 77.78% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 63 - color contains mainly: green. Hex color #063F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F0C is #F9C0F3. Grayscale: #282828. Windows color (decimal): -16367860 or 802566. OLE color: 802566.

HSL color Cylindrical-coordinate representation of color #063F0C: hue angle of 126.32º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F0C is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 63 12 -
CMYK 0.90 0 0.81 0.75
HSL 126.32º 0.83% 0.14% -
HSV(B) 126.32º 0.9% 0.25% -
XYZ 1.92 3.62 0.95 -
YUV 40.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 6 63 12 0.90 0 0.81 0.75 126.32 0.83 0.14
Hex 6 3F C 5A 0 51 4B 7E 53 E
Octal 6 77 14 132 0 121 113 176 123 16
Binary 110 111111 1100 1011010 0 1010001 1001011 1111110 1010011 1110

Color Harmonies of #063F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F0C

Black with #063F0C

Text Example


Text Example

White with #063F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063F0C; }

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

 H1.HeaderClassName
 {
   color: #063F0C;
 }
 .AnyTagClassName
 {
   color: #063F0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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