Html Css Color HEX #063F01 Myrtle

📋 copy color: '#063F01'

red 6 ◦ green 63 ◦ blue 1

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

Shades of Myrtle #063F01

Tints of Myrtle #063F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.43%

R = 8.57%
G = 90%
B = 1.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#063F01 (or 0x063F01) is known color: Myrtle. HEX triplet: 06, 3F and 01. RGB value is (6,63,1). Sum of RGB (Red+Green+Blue) = 6+63+1=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 63 (25% from 255 or 90% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 63 - color contains mainly: green. Hex color #063F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F01 is #F9C0FE. Grayscale: #272727. Windows color (decimal): -16367871 or 81670. OLE color: 81670.

HSL color Cylindrical-coordinate representation of color #063F01: hue angle of 115.16º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063F01 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 63 1 -
CMYK 0.90 0 0.98 0.75
HSL 115.16º 0.97% 0.13% -
HSV(B) 115.16º 0.98% 0.25% -
XYZ 1.86 3.6 0.62 -
YUV 38.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 6 63 1 0.90 0 0.98 0.75 115.16 0.97 0.13
Hex 6 3F 1 5A 0 62 4B 73 61 D
Octal 6 77 1 132 0 142 113 163 141 15
Binary 110 111111 1 1011010 0 1100010 1001011 1110011 1100001 1101

Color Harmonies of #063F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F01

Black with #063F01

Text Example


Text Example

White with #063F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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