Html Css Color HEX #064816 Deep Fir

📋 copy color: '#064816'

red 6 ◦ green 72 ◦ blue 22

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

Shades of Deep Fir #064816

Tints of Deep Fir #064816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22%

R = 6%
G = 72%
B = 22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#064816 (or 0x064816) is known color: Deep Fir. HEX triplet: 06, 48 and 16. RGB value is (6,72,22). Sum of RGB (Red+Green+Blue) = 6+72+22=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #064816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064816 is #F9B7E9. Grayscale: #2E2E2E. Windows color (decimal): -16365546 or 1460230. OLE color: 1460230.

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

Color convert

RGB 6 72 22 -
CMYK 0.92 0 0.69 0.72
HSL 134.55º 0.85% 0.15% -
HSV(B) 134.55º 0.92% 0.28% -
XYZ 2.54 4.73 1.54 -
YUV 46.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 6 72 22 0.92 0 0.69 0.72 134.55 0.85 0.15
Hex 6 48 16 5C 0 45 48 87 55 F
Octal 6 110 26 134 0 105 110 207 125 17
Binary 110 1001000 10110 1011100 0 1000101 1001000 10000111 1010101 1111

Color Harmonies of #064816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064816

Black with #064816

Text Example


Text Example

White with #064816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064816; }

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

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

background-color css

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

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

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

border-color css

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

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

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