Html Css Color HEX #064A12 Deep Fir

📋 copy color: '#064A12'

red 6 ◦ green 74 ◦ blue 18

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

Shades of Deep Fir #064A12

Tints of Deep Fir #064A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 75.51%

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

R = 6.12%
G = 75.51%
B = 18.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#064A12 (or 0x064A12) is known color: Deep Fir. HEX triplet: 06, 4A and 12. RGB value is (6,74,18). Sum of RGB (Red+Green+Blue) = 6+74+18=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 74 (29.30% from 255 or 75.51% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 74 - color contains mainly: green. Hex color #064A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064A12 is #F9B5ED. Grayscale: #2F2F2F. Windows color (decimal): -16365038 or 1198598. OLE color: 1198598.

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

Color convert

RGB 6 74 18 -
CMYK 0.92 0 0.76 0.71
HSL 130.59º 0.85% 0.16% -
HSV(B) 130.59º 0.92% 0.29% -
XYZ 2.63 4.98 1.39 -
YUV 47.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 6 74 18 0.92 0 0.76 0.71 130.59 0.85 0.16
Hex 6 4A 12 5C 0 4C 47 83 55 10
Octal 6 112 22 134 0 114 107 203 125 20
Binary 110 1001010 10010 1011100 0 1001100 1000111 10000011 1010101 10000

Color Harmonies of #064A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A12

Black with #064A12

Text Example


Text Example

White with #064A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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