Html Css Color HEX #064814 Deep Fir

📋 copy color: '#064814'

red 6 ◦ green 72 ◦ blue 20

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

Shades of Deep Fir #064814

Tints of Deep Fir #064814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 73.47%

 BLUE value IS 20 (8.2% from 255) = 20.41%

R = 6.12%
G = 73.47%
B = 20.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#064814 (or 0x064814) is known color: Deep Fir. HEX triplet: 06, 48 and 14. RGB value is (6,72,20). Sum of RGB (Red+Green+Blue) = 6+72+20=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 72 (28.52% from 255 or 73.47% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 72 - color contains mainly: green. Hex color #064814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064814 is #F9B7EB. Grayscale: #2E2E2E. Windows color (decimal): -16365548 or 1329158. OLE color: 1329158.

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

Color convert

RGB 6 72 20 -
CMYK 0.92 0 0.72 0.72
HSL 132.73º 0.85% 0.15% -
HSV(B) 132.73º 0.92% 0.28% -
XYZ 2.52 4.72 1.44 -
YUV 46.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 6 72 20 0.92 0 0.72 0.72 132.73 0.85 0.15
Hex 6 48 14 5C 0 48 48 85 55 F
Octal 6 110 24 134 0 110 110 205 125 17
Binary 110 1001000 10100 1011100 0 1001000 1001000 10000101 1010101 1111

Color Harmonies of #064814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064814

Black with #064814

Text Example


Text Example

White with #064814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064814; }

 p { color: rgb(6,72,20); }

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

background-color css

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

 a { background-color: rgb(6,72,20); }

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

border-color css

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

 span { border-color: rgb(6,72,20); }

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