Html Css Color HEX #064812 Deep Fir

📋 copy color: '#064812'

red 6 ◦ green 72 ◦ blue 18

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

Shades of Deep Fir #064812

Tints of Deep Fir #064812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.75%

R = 6.25%
G = 75%
B = 18.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#064812 (or 0x064812) is known color: Deep Fir. HEX triplet: 06, 48 and 12. RGB value is (6,72,18). Sum of RGB (Red+Green+Blue) = 6+72+18=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 72 (28.52% from 255 or 75% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 72 - color contains mainly: green. Hex color #064812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064812 is #F9B7ED. Grayscale: #2E2E2E. Windows color (decimal): -16365550 or 1198086. OLE color: 1198086.

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

Color convert

RGB 6 72 18 -
CMYK 0.92 0 0.75 0.72
HSL 130.91º 0.85% 0.15% -
HSV(B) 130.91º 0.92% 0.28% -
XYZ 2.5 4.72 1.35 -
YUV 46.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 6 72 18 0.92 0 0.75 0.72 130.91 0.85 0.15
Hex 6 48 12 5C 0 4B 48 83 55 F
Octal 6 110 22 134 0 113 110 203 125 17
Binary 110 1001000 10010 1011100 0 1001011 1001000 10000011 1010101 1111

Color Harmonies of #064812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064812

Black with #064812

Text Example


Text Example

White with #064812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064812; }

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

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

background-color css

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

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

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

border-color css

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

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

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