Html Css Color HEX #064710 Deep Fir

📋 copy color: '#064710'

red 6 ◦ green 71 ◦ blue 16

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

Shades of Deep Fir #064710

Tints of Deep Fir #064710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.2%

R = 6.45%
G = 76.34%
B = 17.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#064710 (or 0x064710) is known color: Deep Fir. HEX triplet: 06, 47 and 10. RGB value is (6,71,16). Sum of RGB (Red+Green+Blue) = 6+71+16=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #064710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064710 is #F9B8EF. Grayscale: #2D2D2D. Windows color (decimal): -16365808 or 1066758. OLE color: 1066758.

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

Color convert

RGB 6 71 16 -
CMYK 0.92 0 0.77 0.72
HSL 129.23º 0.84% 0.15% -
HSV(B) 129.23º 0.92% 0.28% -
XYZ 2.42 4.58 1.25 -
YUV 45.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 6 71 16 0.92 0 0.77 0.72 129.23 0.84 0.15
Hex 6 47 10 5C 0 4D 48 81 54 F
Octal 6 107 20 134 0 115 110 201 124 17
Binary 110 1000111 10000 1011100 0 1001101 1001000 10000001 1010100 1111

Color Harmonies of #064710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064710

Black with #064710

Text Example


Text Example

White with #064710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064710; }

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

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

background-color css

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

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

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

border-color css

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

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

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