Html Css Color HEX #064C12 Deep Fir

📋 copy color: '#064C12'

red 6 ◦ green 76 ◦ blue 18

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

Shades of Deep Fir #064C12

Tints of Deep Fir #064C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 76%

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

R = 6%
G = 76%
B = 18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#064C12 (or 0x064C12) is known color: Deep Fir. HEX triplet: 06, 4C and 12. RGB value is (6,76,18). Sum of RGB (Red+Green+Blue) = 6+76+18=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 76 (30.08% from 255 or 76% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 76 - color contains mainly: green. Hex color #064C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C12 is #F9B3ED. Grayscale: #303030. Windows color (decimal): -16364526 or 1199110. OLE color: 1199110.

HSL color Cylindrical-coordinate representation of color #064C12: hue angle of 130.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064C12 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 76 18 -
CMYK 0.92 0 0.76 0.70
HSL 130.29º 0.85% 0.16% -
HSV(B) 130.29º 0.92% 0.3% -
XYZ 2.77 5.25 1.44 -
YUV 48.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 6 76 18 0.92 0 0.76 0.70 130.29 0.85 0.16
Hex 6 4C 12 5C 0 4C 46 82 55 10
Octal 6 114 22 134 0 114 106 202 125 20
Binary 110 1001100 10010 1011100 0 1001100 1000110 10000010 1010101 10000

Color Harmonies of #064C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C12

Black with #064C12

Text Example


Text Example

White with #064C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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