Html Css Color HEX #064F14 Deep Fir

📋 copy color: '#064F14'

red 6 ◦ green 79 ◦ blue 20

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

Shades of Deep Fir #064F14

Tints of Deep Fir #064F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 75.24%

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

R = 5.71%
G = 75.24%
B = 19.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#064F14 (or 0x064F14) is known color: Deep Fir. HEX triplet: 06, 4F and 14. RGB value is (6,79,20). Sum of RGB (Red+Green+Blue) = 6+79+20=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 79 (31.25% from 255 or 75.24% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 79 - color contains mainly: green. Hex color #064F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064F14 is #F9B0EB. Grayscale: #323232. Windows color (decimal): -16363756 or 1330950. OLE color: 1330950.

HSL color Cylindrical-coordinate representation of color #064F14: hue angle of 131.51º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F14 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 79 20 -
CMYK 0.92 0 0.75 0.69
HSL 131.51º 0.86% 0.17% -
HSV(B) 131.51º 0.92% 0.31% -
XYZ 3 5.68 1.6 -
YUV 50.45 110.82 96.3 -
System Red Green Blue C M Y K H S L
Decimal 6 79 20 0.92 0 0.75 0.69 131.51 0.86 0.17
Hex 6 4F 14 5C 0 4B 45 84 56 11
Octal 6 117 24 134 0 113 105 204 126 21
Binary 110 1001111 10100 1011100 0 1001011 1000101 10000100 1010110 10001

Color Harmonies of #064F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F14

Black with #064F14

Text Example


Text Example

White with #064F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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