Html Css Color HEX #064C17 Deep Fir

📋 copy color: '#064C17'

red 6 ◦ green 76 ◦ blue 23

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

Shades of Deep Fir #064C17

Tints of Deep Fir #064C17

RGB

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

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

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

R = 5.71%
G = 72.38%
B = 21.9%

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

#064C17 (or 0x064C17) is known color: Deep Fir. HEX triplet: 06, 4C and 17. RGB value is (6,76,23). Sum of RGB (Red+Green+Blue) = 6+76+23=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 76 (30.08% from 255 or 72.38% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 76 - color contains mainly: green. Hex color #064C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C17 is #F9B3E8. Grayscale: #313131. Windows color (decimal): -16364521 or 1526790. OLE color: 1526790.

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

Color convert

RGB 6 76 23 -
CMYK 0.92 0 0.70 0.70
HSL 134.57º 0.85% 0.16% -
HSV(B) 134.57º 0.92% 0.3% -
XYZ 2.81 5.27 1.68 -
YUV 49.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 6 76 23 0.92 0 0.70 0.70 134.57 0.85 0.16
Hex 6 4C 17 5C 0 46 46 87 55 10
Octal 6 114 27 134 0 106 106 207 125 20
Binary 110 1001100 10111 1011100 0 1000110 1000110 10000111 1010101 10000

Color Harmonies of #064C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C17

Black with #064C17

Text Example


Text Example

White with #064C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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