Html Css Color HEX #064711 Deep Fir

📋 copy color: '#064711'

red 6 ◦ green 71 ◦ blue 17

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

Shades of Deep Fir #064711

Tints of Deep Fir #064711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 75.53%

 BLUE value IS 17 (7.03% from 255) = 18.09%

R = 6.38%
G = 75.53%
B = 18.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#064711 (or 0x064711) is known color: Deep Fir. HEX triplet: 06, 47 and 11. RGB value is (6,71,17). Sum of RGB (Red+Green+Blue) = 6+71+17=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #064711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064711 is #F9B8EE. Grayscale: #2D2D2D. Windows color (decimal): -16365807 or 1132294. OLE color: 1132294.

HSL color Cylindrical-coordinate representation of color #064711: hue angle of 130.15º degrees, saturation: 0.84, 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 #064711 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 71 17 -
CMYK 0.92 0 0.76 0.72
HSL 130.15º 0.84% 0.15% -
HSV(B) 130.15º 0.92% 0.28% -
XYZ 2.43 4.59 1.29 -
YUV 45.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 6 71 17 0.92 0 0.76 0.72 130.15 0.84 0.15
Hex 6 47 11 5C 0 4C 48 82 54 F
Octal 6 107 21 134 0 114 110 202 124 17
Binary 110 1000111 10001 1011100 0 1001100 1001000 10000010 1010100 1111

Color Harmonies of #064711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064711

Black with #064711

Text Example


Text Example

White with #064711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064711; }

 p { color: rgb(6,71,17); }

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

background-color css

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

 a { background-color: rgb(6,71,17); }

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

border-color css

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

 span { border-color: rgb(6,71,17); }

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