Html Css Color HEX #064D17 Deep Fir

📋 copy color: '#064D17'

red 6 ◦ green 77 ◦ blue 23

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

Shades of Deep Fir #064D17

Tints of Deep Fir #064D17

RGB

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

 GREEN value IS 77 (30.47% from 255) = 72.64%

 BLUE value IS 23 (9.38% from 255) = 21.7%

R = 5.66%
G = 72.64%
B = 21.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#064D17 (or 0x064D17) is known color: Deep Fir. HEX triplet: 06, 4D and 17. RGB value is (6,77,23). Sum of RGB (Red+Green+Blue) = 6+77+23=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 77 (30.47% from 255 or 72.64% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 77 - color contains mainly: green. Hex color #064D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D17 is #F9B2E8. Grayscale: #313131. Windows color (decimal): -16364265 or 1527046. OLE color: 1527046.

HSL color Cylindrical-coordinate representation of color #064D17: hue angle of 134.37º degrees, saturation: 0.86, 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 #064D17 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 77 23 -
CMYK 0.92 0 0.70 0.70
HSL 134.37º 0.86% 0.16% -
HSV(B) 134.37º 0.92% 0.3% -
XYZ 2.88 5.41 1.7 -
YUV 49.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 6 77 23 0.92 0 0.70 0.70 134.37 0.86 0.16
Hex 6 4D 17 5C 0 46 46 86 56 10
Octal 6 115 27 134 0 106 106 206 126 20
Binary 110 1001101 10111 1011100 0 1000110 1000110 10000110 1010110 10000

Color Harmonies of #064D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D17

Black with #064D17

Text Example


Text Example

White with #064D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,77,23); }

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

background-color css

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

 a { background-color: rgb(6,77,23); }

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

border-color css

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

 span { border-color: rgb(6,77,23); }

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