Html Css Color HEX #064715 Deep Fir

📋 copy color: '#064715'

red 6 ◦ green 71 ◦ blue 21

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

Shades of Deep Fir #064715

Tints of Deep Fir #064715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.43%

R = 6.12%
G = 72.45%
B = 21.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#064715 (or 0x064715) is known color: Deep Fir. HEX triplet: 06, 47 and 15. RGB value is (6,71,21). Sum of RGB (Red+Green+Blue) = 6+71+21=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #064715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064715 is #F9B8EA. Grayscale: #2E2E2E. Windows color (decimal): -16365803 or 1394438. OLE color: 1394438.

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

Color convert

RGB 6 71 21 -
CMYK 0.92 0 0.70 0.72
HSL 133.85º 0.84% 0.15% -
HSV(B) 133.85º 0.92% 0.28% -
XYZ 2.46 4.6 1.47 -
YUV 45.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 6 71 21 0.92 0 0.70 0.72 133.85 0.84 0.15
Hex 6 47 15 5C 0 46 48 86 54 F
Octal 6 107 25 134 0 106 110 206 124 17
Binary 110 1000111 10101 1011100 0 1000110 1001000 10000110 1010100 1111

Color Harmonies of #064715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064715

Black with #064715

Text Example


Text Example

White with #064715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064715; }

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

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

background-color css

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

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

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

border-color css

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

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

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